You've already forked ansible-role-bind9
Compare commits
1 Commits
0.1.3
...
460f6c1dae
Author | SHA1 | Date | |
---|---|---|---|
460f6c1dae
|
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.8.2
|
||||
uses: ansible/ansible-lint@v25.9.0
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -10,4 +10,4 @@
|
||||
- name: "Fail when the last character of DNS zone file is not a newline: {{ bind_config_directory + '/' + zone.file }}"
|
||||
ansible.builtin.fail:
|
||||
msg: "Last character of DNS zone file is not a newline: {{ bind_config_directory + '/' + zone.file }}"
|
||||
when: _bind9_zone_last_character.stdout != ''
|
||||
failed_when: _bind9_zone_last_character.stdout | regex_search('.+') | default(false)
|
||||
|
Reference in New Issue
Block a user