1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

update avahi stuff

This commit is contained in:
L3D 2021-09-02 11:26:51 +02:00
parent 0835af355c
commit 718f1a5af8
Signed by: l3d
GPG key ID: CD08445BFF4313D1
6 changed files with 10 additions and 8 deletions

@ -1 +1 @@
Subproject commit 00b8f33203d31d989b4f23420a4e9bf6f543691d Subproject commit 4c67ceabec6813608bce17dd261355f135ae41c4

@ -1 +1 @@
Subproject commit 2bf6faadaebf327c85a3e2157685f918980ce473 Subproject commit ba85ed6d38da5971688f65265880bdaa186fd902

View file

@ -34,3 +34,5 @@
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}
- {role: winehq, tags: wine} - {role: winehq, tags: wine}
- {role: no-sleep, tags: sleep} - {role: no-sleep, tags: sleep}
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}

View file

@ -35,3 +35,5 @@
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}
- {role: winehq, tags: wine} - {role: winehq, tags: wine}
- {role: no-sleep, tags: sleep} - {role: no-sleep, tags: sleep}
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}

View file

@ -39,3 +39,5 @@
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}
- {role: winehq, tags: wine} - {role: winehq, tags: wine}
- {role: no-sleep, tags: sleep} - {role: no-sleep, tags: sleep}
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}

View file

@ -4,12 +4,6 @@
roles: roles:
- {role: ansible_version, tags: always, gather_facts: false} - {role: ansible_version, tags: always, gather_facts: false}
- name: avahi
hosts: workstation.local
roles:
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}
- name: base packages setup - name: base packages setup
hosts: workstation.local hosts: workstation.local
roles: roles:
@ -40,3 +34,5 @@
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}
- {role: winehq, tags: wine} - {role: winehq, tags: wine}
- {role: no-sleep, tags: sleep} - {role: no-sleep, tags: sleep}
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}