Compare commits
2 Commits
main
...
cb707f2110
| 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
|
||||||
|
|||||||
Reference in New Issue
Block a user