mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-23 09:14:43 +00:00
ipa-krb5/tasks/main.yml: Create additional .ipabkp for krb5.conf
This is done in IPAChangeConf.changeConf and IPAChangeConf.newConf
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
package: name="{{ item }}" state=present
|
package: name="{{ item }}" state=present
|
||||||
with_items: "{{ krb5_packages }}"
|
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
|
- name: Install - Backup krb5.conf
|
||||||
ipafstore:
|
ipafstore:
|
||||||
backup: "{{ krb5_conf }}"
|
backup: "{{ krb5_conf }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user