mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-10 07:53:29 +01:00
Test idempotence test in playbook.
This commit is contained in:
parent
14f32f8382
commit
ea62c96c5a
1 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,7 @@
|
||||||
name={{ apache_daemon }}
|
name={{ apache_daemon }}
|
||||||
state=started
|
state=started
|
||||||
enabled=yes
|
enabled=yes
|
||||||
|
|
||||||
|
- name: Test task that always reports a change.
|
||||||
|
command: date
|
||||||
|
changed_when: true
|
||||||
|
|
Loading…
Reference in a new issue