diff --git a/.gitmodules b/.gitmodules index b49ca93..12f0880 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "roles/do1jlr.avahi"] path = roles/do1jlr.avahi_daemon url = https://github.com/roles-ansible/ansible_role_avahi_daemon.git +[submodule "roles/do1jlr.avahi_client"] + path = roles/do1jlr.avahi_client + url = https://github.com/roles-ansible/ansible_role_avahi_client.git diff --git a/roles/do1jlr.avahi_client b/roles/do1jlr.avahi_client new file mode 160000 index 0000000..00b8f33 --- /dev/null +++ b/roles/do1jlr.avahi_client @@ -0,0 +1 @@ +Subproject commit 00b8f33203d31d989b4f23420a4e9bf6f543691d diff --git a/roles/do1jlr.avahi_daemon b/roles/do1jlr.avahi_daemon index 2ccf720..2bf6faa 160000 --- a/roles/do1jlr.avahi_daemon +++ b/roles/do1jlr.avahi_daemon @@ -1 +1 @@ -Subproject commit 2ccf720db227eab67121ff8ed512c62f34452d28 +Subproject commit 2bf6faadaebf327c85a3e2157685f918980ce473 diff --git a/setup_workstation.yml b/setup_workstation.yml index 7a9af18..fbc0db9 100644 --- a/setup_workstation.yml +++ b/setup_workstation.yml @@ -7,7 +7,8 @@ - name: avahi hosts: workstation.local roles: - - {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi, mdns], become: true} + - {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]} + - {role: do1jlr.avahi_client, tags: [avahi_client, mdns]} - name: base packages setup hosts: workstation.local