Ver código fonte

refactor: remove redundant conjunction

Fabian Peter Hammerle 3 anos atrás
pai
commit
2c16fff195
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      tasks/main.yml

+ 0 - 3
tasks/main.yml

@@ -27,6 +27,3 @@
     _config_file.changed
     or systemd_unit_enabled is defined
     or systemd_unit_state is defined
-    or (_config_file.changed
-        and 'ActiveState' in _unit.status
-        and systemd_unit.status.ActiveState == "active")