From e46dbf2064a26209e897c689769a0aa2c5c62e82 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Tue, 25 Jun 2019 12:40:36 +0000 Subject: [PATCH] Cleaning up bad 'changed' units, per issue #2 --- roles/common/tasks/ansible-pull.yml | 1 - roles/shell/tasks/gopher.yml | 1 - roles/webserver/tasks/codedeploy.yml | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) 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'