Skip to content
Snippets Groups Projects
Commit e6cd47bc authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipa-krb5/tasks/main.yml: Create additional .ipabkp for krb5.conf

This is done in IPAChangeConf.changeConf and IPAChangeConf.newConf
parent 1b2f6d7e
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment