From e6cd47bccee0cfa65e6ffce26db8f179b091480c Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Thu, 19 Jul 2018 14:10:01 +0200
Subject: [PATCH] ipa-krb5/tasks/main.yml: Create additional .ipabkp for
 krb5.conf

This is done in IPAChangeConf.changeConf and IPAChangeConf.newConf
---
 roles/ipa-krb5/tasks/main.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/roles/ipa-krb5/tasks/main.yml b/roles/ipa-krb5/tasks/main.yml
index 014ac93c..2bbca6b0 100644
--- a/roles/ipa-krb5/tasks/main.yml
+++ b/roles/ipa-krb5/tasks/main.yml
@@ -3,6 +3,10 @@
   package: name="{{ item }}" state=present
   with_items: "{{ krb5_packages }}"
 
+- name: Install - Create ipabkp of krb5.conf
+  copy: src="{{ krb5_conf }}" dest="{{ krb5_conf }}".ipabkp
+  failed_when: false
+
 - name: Install - Backup krb5.conf
   ipafstore:
     backup: "{{ krb5_conf }}"
-- 
GitLab