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
|
@ -22,12 +22,12 @@
|
|||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: enable iscsi service
|
||||
service: state=running enabled=yes name=iscsi
|
||||
service: state=started enabled=yes name=iscsi
|
||||
tags:
|
||||
- services
|
||||
|
||||
- name: enable multipathd service
|
||||
service: state=running enabled=yes name=multipathd
|
||||
service: state=started enabled=yes name=multipathd
|
||||
tags:
|
||||
- services
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue