diff --git a/tasks/main.yml b/tasks/main.yml index 7c20b46..0d4059d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,7 +20,3 @@ name={{ apache_daemon }} state=started enabled=yes - -- name: Test task that always reports a change. - command: date - changed_when: true