mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Rename 'ensure' to 'state' because I think it's a bit cleaner and doesn't imply
all modules take a common parameter name. But more or less we still work idempotently in modules.
This commit is contained in:
@@ -17,4 +17,4 @@
|
||||
action: command /bin/false
|
||||
handlers:
|
||||
- name: restart apache
|
||||
action: service name=httpd ensure=restarted
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
Reference in New Issue
Block a user