Disable link for now

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-05 21:37:37 +00:00
parent 69513e4b0b
commit 58546b9d3d

View file

@ -56,15 +56,15 @@
when: env == "production" when: env == "production"
tasks: tasks:
- name: Make symlink for keytab #- name: Make symlink for keytab
file: state=link path=/etc/httpd/conf/ipa.keytab force=yes # file: state=link path=/etc/httpd/conf/ipa.keytab force=yes
src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab" # src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab"
notify: # notify:
- reload httpd # - reload httpd
tags: # tags:
- ipa/server # - ipa/server
- krb5 # - krb5
when: env == "staging" # when: env == "staging"
handlers: handlers:
- include: "{{ handlers }}/restart_services.yml" - include: "{{ handlers }}/restart_services.yml"