2 Commits

Author SHA1 Message Date
8cd8caece1 chore(deps): update actions/checkout to v5.0.0
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 22s
Lint Markdown files / markdown-lint (push) Successful in 6s
2025-09-18 22:30:17 +02:00
6ee7e2a0ae fix: avoid interpolation of variable
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 1m7s
Lint Markdown files / markdown-lint (push) Successful in 10s
2025-09-18 18:54:38 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5.0.0
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v25.8.2 uses: ansible/ansible-lint@v25.8.2
with: with:

View File

@ -1,6 +1,6 @@
--- ---
- name: "Create config directory of DNS zone {{ zone.config.origin }}" - name: "Create config directory of DNS zones"
ansible.builtin.file: ansible.builtin.file:
path: "{{ bind_config_directory }}/{{ zone.file | dirname }}" path: "{{ bind_config_directory }}/{{ zone.file | dirname }}"
owner: "{{ bind_unix_user }}" owner: "{{ bind_unix_user }}"