Fixing bind9 config
cubox-m still doesn't respond to outside requests
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
---
|
||||
|
||||
- name: install on ubuntu
|
||||
ansible.builtin.include_role:
|
||||
name: geerlingguy.glusterfs
|
||||
when: ansible_architecture != 'armv7l'
|
||||
#- name: install on ubuntu
|
||||
# ansible.builtin.include_role:
|
||||
# name: geerlingguy.glusterfs
|
||||
# when: ansible_architecture != 'armv7l'
|
||||
|
||||
- include_tasks: install.yaml
|
||||
when: ansible_architecture == 'armv7l'
|
||||
- include_tasks: install_src.yaml
|
||||
|
||||
- include_tasks: manage_volumes.yml
|
||||
#- include_tasks: manage_volumes.yml
|
||||
|
||||
## doesn't work
|
||||
#- name: "check the underlying config"
|
||||
|
||||
Reference in New Issue
Block a user