New role; path fix
This commit is contained in:
@ -51,12 +51,8 @@
|
||||
group: root
|
||||
|
||||
- name: Configure ReaR local.conf file
|
||||
ansible.builtin.template:
|
||||
src: local.conf.j2
|
||||
dest: /etc/rear/local.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0600"
|
||||
ansible.builtin.include_role:
|
||||
name: rear_local_cfg
|
||||
|
||||
- name: ReaR Backup
|
||||
block:
|
||||
|
8
roles/rear_local_cfg/tasks/main.yml
Normal file
8
roles/rear_local_cfg/tasks/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Configure ReaR local.conf file
|
||||
ansible.builtin.template:
|
||||
src: local.conf.j2
|
||||
dest: /etc/rear/local.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0600"
|
Reference in New Issue
Block a user