mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 20:34:41 +00:00
library/fstore.py: Renaed to ipafstore
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Backup IPA default.conf
|
- name: Backup IPA default.conf
|
||||||
fstore:
|
ipafstore:
|
||||||
backup: "{{ ipaconf_default_conf }}"
|
backup: "{{ ipaconf_default_conf }}"
|
||||||
|
|
||||||
- name: Template IPA default.conf
|
- name: Template IPA default.conf
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
with_items: "{{ krb5_packages }}"
|
with_items: "{{ krb5_packages }}"
|
||||||
|
|
||||||
- name: Install - Backup krb5.conf
|
- name: Install - Backup krb5.conf
|
||||||
fstore:
|
ipafstore:
|
||||||
backup: "{{ krb5_conf }}"
|
backup: "{{ krb5_conf }}"
|
||||||
|
|
||||||
- name: Template krb5.conf
|
- name: Template krb5.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user