change state=running to start=started as the old one is going away in ansible 2.7
This commit is contained in:
parent
feead615f2
commit
8a6e51a9a6
40 changed files with 52 additions and 52 deletions
|
@ -45,7 +45,7 @@
|
|||
- config
|
||||
|
||||
- name: enable the service
|
||||
service: name=ntpd state=running enabled=true
|
||||
service: name=ntpd state=started enabled=true
|
||||
when: ansible_cmdline.ostree is not defined
|
||||
|
||||
#- name: edit hostname to be instance name - prefix hostbase var if it exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue