Update to local changes

This commit is contained in:
Daniel Akulenok
2024-01-02 10:37:18 +01:00
parent b1e68c2225
commit bed2af617f
3 changed files with 4 additions and 12 deletions

View File

@@ -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

View File

@@ -18,5 +18,5 @@ verifier:
name: ansible
lint: |
set -e
yamllint .
ansible-lint .
yamllint .

View File

@@ -1,10 +0,0 @@
---
# This is an example playbook to execute Ansible tests.
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Example assertion
ansible.builtin.assert:
that: true