mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update packages.yml
This commit is contained in:
parent
231fba6828
commit
63b17f2c83
1 changed files with 6 additions and 6 deletions
|
@ -14,6 +14,12 @@
|
||||||
# state: present
|
# state: present
|
||||||
# when: is_redhat
|
# 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'
|
||||||
|
meta: noop
|
||||||
|
|
||||||
|
- name: '2021-07-27: SEE ALSO 4-5 networking packages LATER installed by https://github.com/iiab/iiab/blob/master/roles/2-common/tasks/network.yml'
|
||||||
|
meta: noop
|
||||||
|
|
||||||
- name: "Install 4 deb/apt packages: exfat-fuse, exfat-utils, libnss-mdns, wpasupplicant"
|
- name: "Install 4 deb/apt packages: exfat-fuse, exfat-utils, libnss-mdns, wpasupplicant"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
@ -26,12 +32,6 @@
|
||||||
- wpasupplicant # 2021-07-27: Client library for connections to a WiFi AP
|
- wpasupplicant # 2021-07-27: Client library for connections to a WiFi AP
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
- name: '2021-07-27: SEE ALSO ~4 networking packages later installed by https://github.com/iiab/iiab/blob/master/roles/2-common/tasks/network.yml'
|
|
||||||
meta: noop
|
|
||||||
|
|
||||||
- name: "Install 18 common packages: acpid, bzip2, curl, gawk, htop, i2c-tools, logrotate, mlocate, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sqlite3, tar, unzip, usbutils, wget"
|
- name: "Install 18 common packages: acpid, bzip2, curl, gawk, htop, i2c-tools, logrotate, mlocate, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sqlite3, tar, unzip, usbutils, wget"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Reference in a new issue