Adjust this some.

This commit is contained in:
Kevin Fenzi 2015-01-10 20:13:15 +00:00
parent e807579323
commit 98a9e6fd13

View file

@ -26,9 +26,9 @@
- rpcbind
- 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:
- nfs-lock
- rpc-statd
when: ansible_distribution == 'Fedora' or ansible_distribution_major_version == '7'
- name: enable nfs-related services and run them (rhel)