fix kadmin mask on ipa machines
This commit is contained in:
parent
f214c8bd18
commit
49690c42ae
1 changed files with 7 additions and 4 deletions
|
@ -37,11 +37,14 @@
|
|||
- ipa
|
||||
- config
|
||||
|
||||
#
|
||||
# switch this to use the systemd module as soon as ansible 2.2 is out.
|
||||
#
|
||||
|
||||
- name: mask kadmin
|
||||
service: name=kadmin.service
|
||||
state=stopped
|
||||
enabled=no
|
||||
masked=yes
|
||||
file: src=/dev/null
|
||||
dest=/etc/systemd/system/kadmin.service
|
||||
owner=root group=root state=link
|
||||
tags:
|
||||
- ipa
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue