chore: Synchronize with local development changes
- Update handler implementation - Adjust Molecule configuration - Remove obsolete verification tasks
This commit is contained in:
committed by
Daniel Akulenok
parent
e3249912d7
commit
d488bbafaa
@@ -16,7 +16,9 @@
|
||||
- "{{ bind9_cfgdir }}"
|
||||
- "{{ bind9_working_directory }}"
|
||||
- "{{ bind9_libdir }}"
|
||||
dest: "{{ bind9_backup_dir }}/bind9-config-{{ ansible_date_time.iso8601_basic_short }}.tar.gz"
|
||||
dest: "{{
|
||||
bind9_backup_dir + '/bind9-config-' +
|
||||
ansible_date_time.iso8601_basic_short + '.tar.gz' }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0640
|
||||
|
||||
Reference in New Issue
Block a user