diff --git a/roles/common/tasks/ansible-pull.yml b/roles/common/tasks/ansible-pull.yml index 37b68c8..6901a15 100644 --- a/roles/common/tasks/ansible-pull.yml +++ b/roles/common/tasks/ansible-pull.yml @@ -33,7 +33,6 @@ systemd: name: "{{ item }}" enabled: yes - state: started with_items: - 'ansible-run.path' - 'ansible-run.service' diff --git a/roles/shell/tasks/gopher.yml b/roles/shell/tasks/gopher.yml index 8c839b4..487dd4a 100644 --- a/roles/shell/tasks/gopher.yml +++ b/roles/shell/tasks/gopher.yml @@ -27,7 +27,6 @@ systemd: name: "{{ item }}" enabled: yes - state: started with_items: - 'gopher-run.path' - 'gopher-run.service' diff --git a/roles/webserver/tasks/codedeploy.yml b/roles/webserver/tasks/codedeploy.yml index f91fadb..066e1db 100644 --- a/roles/webserver/tasks/codedeploy.yml +++ b/roles/webserver/tasks/codedeploy.yml @@ -52,7 +52,6 @@ systemd: name: "{{ item }}" enabled: yes - state: started with_items: - 'www-run.path' - - 'www-run.service' \ No newline at end of file + - 'www-run.service'