1
0
Fork 0
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:
L3D 2021-09-02 10:50:02 +02:00
parent f793d29987
commit 339cc9bf5b
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 3 additions and 2 deletions

View file

@ -14,4 +14,4 @@
- name: configure /etc/nsswitch.conf - name: configure /etc/nsswitch.conf
ansible.builtin.include_tasks: nsswitch.yml ansible.builtin.include_tasks: nsswitch.yml
when: avahi__configure_nsswitch | bool when: avahi_client__configure_nsswitch | bool

View file

@ -1,4 +1,4 @@
--- ---
# versionscheck # versionscheck
playbook_version_number: 6 playbook_version_number: 7
playbook_version_path: 'do1jlr.avahi_client.version' playbook_version_path: 'do1jlr.avahi_client.version'

View file

@ -1,3 +1,4 @@
--- ---
avahi_client__packages: avahi_client__packages:
- avahi
# - 'mdns-scan' # - 'mdns-scan'