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"
tasks:
- name: Make symlink for keytab
file: state=link path=/etc/httpd/conf/ipa.keytab force=yes
src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab"
notify:
- reload httpd
tags:
- ipa/server
- krb5
when: env == "staging"
#- name: Make symlink for keytab
# file: state=link path=/etc/httpd/conf/ipa.keytab force=yes
# src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab"
# notify:
# - reload httpd
# tags:
# - ipa/server
# - krb5
# when: env == "staging"
handlers:
- include: "{{ handlers }}/restart_services.yml"