diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index 0bc85f243..a23e257f7 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -14,6 +14,12 @@ # 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' + 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" package: name: @@ -26,12 +32,6 @@ - wpasupplicant # 2021-07-27: Client library for connections to a WiFi AP 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" package: name: