Revert "See if we can fold these cases together"
This reverts commit cde692749f
.
This commit is contained in:
parent
cde692749f
commit
c7aa800a24
1 changed files with 13 additions and 1 deletions
|
@ -15,11 +15,23 @@
|
|||
tags:
|
||||
- nfs/server
|
||||
|
||||
- name: enable nfs-related services and run them
|
||||
- name: enable nfs-related services and run them (fedora)
|
||||
action: service name={{ item }} enabled=true state=started
|
||||
with_items:
|
||||
- nfs-idmap
|
||||
- rpc-statd
|
||||
when: ansible_distribution == 'Fedora'
|
||||
tags:
|
||||
- nfs/server
|
||||
|
||||
- name: enable nfs-related services and run them (rhel)
|
||||
action: service name={{ item }} enabled=true state=started
|
||||
with_items:
|
||||
- rpcidmapd
|
||||
- rpcbind
|
||||
- nfs
|
||||
- nfslock
|
||||
when: ansible_distribution == 'RedHat'
|
||||
tags:
|
||||
- nfs/server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue