From fcb723e401c80de05bfc44575ce0760eaea758c5 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 4 Dec 2016 03:04:39 +0000 Subject: [PATCH] We overwrite the existing file Signed-off-by: Patrick Uiterwijk --- playbooks/groups/ipa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/ipa.yml b/playbooks/groups/ipa.yml index 4ee394d291..63a71ccc79 100644 --- a/playbooks/groups/ipa.yml +++ b/playbooks/groups/ipa.yml @@ -57,7 +57,7 @@ tasks: - name: Make symlink for keytab - file: state=link path=/etc/httpd/conf/ipa.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