Merge branch 'master' of /git/ansible

This commit is contained in:
Randy Barlow 2016-09-10 16:54:07 +00:00
commit 92eb454b53

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