mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
2-common/tasks/packages.yml readability: Move to top
This commit is contained in:
parent
cdf7db76ee
commit
cad49f76f9
1 changed files with 16 additions and 16 deletions
|
@ -1,19 +1,3 @@
|
||||||
#- name: "Install 10 yum/dnf packages: avahi, avahi-tools, createrepo, linux-firmware, nss-mdns, openssl, syslog, wpa_supplicant, xml-common, yum-utils (redhat)"
|
|
||||||
# package:
|
|
||||||
# name:
|
|
||||||
# - avahi
|
|
||||||
# - avahi-tools
|
|
||||||
# - createrepo
|
|
||||||
# - linux-firmware
|
|
||||||
# - nss-mdns
|
|
||||||
# - openssl # FC 18 does not supply, but pear requires
|
|
||||||
# - syslog
|
|
||||||
# - wpa_supplicant
|
|
||||||
# - xml-common
|
|
||||||
# - yum-utils
|
|
||||||
# state: present
|
|
||||||
# when: is_redhat
|
|
||||||
|
|
||||||
- name: '2021-07-27: SEE ALSO ~3 networking packages EARLIER installed by https://github.com/iiab/iiab/blob/master/roles/1-prep/tasks/raspberry_pi.yml'
|
- name: '2021-07-27: SEE ALSO ~3 networking packages EARLIER installed by https://github.com/iiab/iiab/blob/master/roles/1-prep/tasks/raspberry_pi.yml'
|
||||||
meta: noop
|
meta: noop
|
||||||
|
|
||||||
|
@ -57,3 +41,19 @@
|
||||||
- wget
|
- wget
|
||||||
- wpasupplicant # 2021-07-27: RaspiOS installs this regardless -- client library for connections to a WiFi AP
|
- wpasupplicant # 2021-07-27: RaspiOS installs this regardless -- client library for connections to a WiFi AP
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
#- name: "Install 10 yum/dnf packages: avahi, avahi-tools, createrepo, linux-firmware, nss-mdns, openssl, syslog, wpa_supplicant, xml-common, yum-utils (redhat)"
|
||||||
|
# package:
|
||||||
|
# name:
|
||||||
|
# - avahi
|
||||||
|
# - avahi-tools
|
||||||
|
# - createrepo
|
||||||
|
# - linux-firmware
|
||||||
|
# - nss-mdns
|
||||||
|
# - openssl # FC 18 does not supply, but pear requires
|
||||||
|
# - syslog
|
||||||
|
# - wpa_supplicant
|
||||||
|
# - xml-common
|
||||||
|
# - yum-utils
|
||||||
|
# state: present
|
||||||
|
# when: is_redhat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue