Variable fixes
This commit is contained in:
@ -5,11 +5,8 @@
|
||||
gather_facts: true
|
||||
strategy: free
|
||||
|
||||
vars:
|
||||
bigboot_backup_success_path: "/var/log/IPE/IPU"
|
||||
bigboot_backup_success_file: "{{ bigboot_backup_success_path }}/bigboot_rear_success"
|
||||
bigboot_nfs_backup_share: "/backups/bigboot"
|
||||
bigboot_nfs_backup_share_fsid: 20
|
||||
vars_files:
|
||||
- bigboot_vars.yml
|
||||
|
||||
tasks:
|
||||
- name: Fetch the template name from NFS exports
|
||||
@ -32,7 +29,6 @@
|
||||
name: rhc.rear.rear_backup
|
||||
vars:
|
||||
rear_nfs_export_share: "{{ bigboot_nfs_backup_share }}"
|
||||
rear_nfs_export_fsid: "{{ bigboot_nfs_backup_share_fsid }}"
|
||||
|
||||
- name: Create success file directory if not present
|
||||
ansible.builtin.file:
|
||||
|
Reference in New Issue
Block a user