fix kadmin mask on ipa machines

This commit is contained in:
Kevin Fenzi 2016-09-09 23:09:27 +00:00
parent f214c8bd18
commit 49690c42ae

View file

@ -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