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 - ipa
- config - config
#
# switch this to use the systemd module as soon as ansible 2.2 is out.
#
- name: mask kadmin - name: mask kadmin
service: name=kadmin.service file: src=/dev/null
state=stopped dest=/etc/systemd/system/kadmin.service
enabled=no owner=root group=root state=link
masked=yes
tags: tags:
- ipa - ipa
- config - config