diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-10-13 11:28:12 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-10-13 11:28:12 +0000 |
| commit | e2abe6981eaa78c31e3490f19bd02276b22a10e6 (patch) | |
| tree | be969f03f128398a074e332115f06d18a4359e48 /roles/ipa | |
| parent | 05fcea1a7e5cf180aed5ececff59b674c32061d2 (diff) | |
| download | ansible-e2abe6981eaa78c31e3490f19bd02276b22a10e6.tar.gz ansible-e2abe6981eaa78c31e3490f19bd02276b22a10e6.tar.xz ansible-e2abe6981eaa78c31e3490f19bd02276b22a10e6.zip | |
Kadmin disabling needs to happen some other way
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/ipa')
| -rw-r--r-- | roles/ipa/tasks/main.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/ipa/tasks/main.yml b/roles/ipa/tasks/main.yml index 0d1b55ce1..de511ac88 100644 --- a/roles/ipa/tasks/main.yml +++ b/roles/ipa/tasks/main.yml @@ -42,10 +42,10 @@ # switch this to use the systemd module as soon as ansible 2.2 is out. # -- name: mask kadmin - file: src=/dev/null - dest=/etc/systemd/system/kadmin.service - owner=root group=root state=link - tags: - - ipa - - config +#- name: mask kadmin +# file: src=/dev/null +# dest=/etc/systemd/system/kadmin.service +# owner=root group=root state=link +# tags: +# - ipa +# - config |
