fix: add noqa comments for linting in workflow and role inclusion
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
tasks:
|
||||
- name: Include bind9 role
|
||||
ansible.builtin.include_role:
|
||||
name: ../../../ansible-bind9-role
|
||||
name: ../../../ansible-bind9-role # noqa: role-name[path]
|
||||
vars:
|
||||
bind9_host_config:
|
||||
- name: named.conf.options
|
||||
|
||||
Reference in New Issue
Block a user