mirror of
https://github.com/roles-ansible/ansible_role_avahi_client.git
synced 2024-08-16 16:09:49 +02:00
update avahi_client__configure_nsswitch
This commit is contained in:
parent
f793d29987
commit
339cc9bf5b
3 changed files with 3 additions and 2 deletions
|
@ -14,4 +14,4 @@
|
|||
|
||||
- name: configure /etc/nsswitch.conf
|
||||
ansible.builtin.include_tasks: nsswitch.yml
|
||||
when: avahi__configure_nsswitch | bool
|
||||
when: avahi_client__configure_nsswitch | bool
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
# versionscheck
|
||||
playbook_version_number: 6
|
||||
playbook_version_number: 7
|
||||
playbook_version_path: 'do1jlr.avahi_client.version'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
avahi_client__packages:
|
||||
- avahi
|
||||
# - 'mdns-scan'
|
||||
|
|
Loading…
Reference in a new issue