Compare commits
2 Commits
main
...
test/verif
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb707f2110 | ||
|
|
b0d2a914f8 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Testing CI fix
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
tasks:
|
||||||
- ansible-bind9-role
|
- name: Include bind9 role
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: ../../../ansible-bind9-role # noqa: role-name[path]
|
||||||
vars:
|
vars:
|
||||||
bind9_log_dir: /var/log/named
|
bind9_log_dir: /var/log/named
|
||||||
bind9_backup_config: false
|
bind9_backup_config: false
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ platforms:
|
|||||||
cgroupns_mode: host
|
cgroupns_mode: host
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
env:
|
|
||||||
ANSIBLE_ROLES_PATH: ${MOLECULE_PROJECT_DIRECTORY}/..
|
|
||||||
config_options:
|
config_options:
|
||||||
defaults:
|
defaults:
|
||||||
ALLOW_BROKEN_CONDITIONALS: true
|
ALLOW_BROKEN_CONDITIONALS: true
|
||||||
|
|||||||
@@ -97,7 +97,6 @@
|
|||||||
loop: "{{ bind9_config }}"
|
loop: "{{ bind9_config }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }}"
|
label: "{{ item.name }}"
|
||||||
changed_when: false
|
|
||||||
when: bind9_backup_config | bool is false
|
when: bind9_backup_config | bool is false
|
||||||
|
|
||||||
- name: Ensure the named service is started
|
- name: Ensure the named service is started
|
||||||
|
|||||||
Reference in New Issue
Block a user