mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move avahi package install
This commit is contained in:
parent
5cd426fa89
commit
a60661f45c
2 changed files with 6 additions and 22 deletions
|
@ -36,6 +36,9 @@
|
|||
- linux-firmware
|
||||
- syslog
|
||||
- xml-common
|
||||
- nss-mdns
|
||||
- avahi
|
||||
- avahi-tools
|
||||
when: is_redhat
|
||||
|
||||
- name: Download usbmount -- not in debian-9
|
||||
|
@ -52,6 +55,9 @@
|
|||
with_items:
|
||||
- inetutils-syslogd
|
||||
- wpasupplicant
|
||||
- libnss-mdns
|
||||
- avahi-daemon
|
||||
- avahi-discover
|
||||
when: is_debuntu
|
||||
|
||||
- name: Install common packages
|
||||
|
|
|
@ -1,25 +1,3 @@
|
|||
- name: Install avahi package
|
||||
package: name={{ item }}
|
||||
state=present
|
||||
with_items:
|
||||
- libnss-mdns
|
||||
- avahi-daemon
|
||||
- avahi-discover
|
||||
when: is_debuntu
|
||||
tags:
|
||||
- download
|
||||
|
||||
- name: Install avahi package
|
||||
package: name={{ item }}
|
||||
state=present
|
||||
with_items:
|
||||
- nss-mdns
|
||||
- avahi
|
||||
- avahi-tools
|
||||
when: not is_debuntu
|
||||
tags:
|
||||
- download
|
||||
|
||||
- name: Create a user for avahi
|
||||
user: name=avahi
|
||||
createhome=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue