Adjust this some.
This commit is contained in:
parent
e807579323
commit
98a9e6fd13
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@
|
||||||
- rpcbind
|
- rpcbind
|
||||||
|
|
||||||
- name: enable nfs-related services and run them (fedora)
|
- name: enable nfs-related services and run them (fedora)
|
||||||
action: service name={{ item }} enabled=true state=started
|
service: name={{ item }} enabled=true state=started
|
||||||
with_items:
|
with_items:
|
||||||
- nfs-lock
|
- rpc-statd
|
||||||
when: ansible_distribution == 'Fedora' or ansible_distribution_major_version == '7'
|
when: ansible_distribution == 'Fedora' or ansible_distribution_major_version == '7'
|
||||||
|
|
||||||
- name: enable nfs-related services and run them (rhel)
|
- name: enable nfs-related services and run them (rhel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue