1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Stale comment in 2-common/tasks/packages.yml

This commit is contained in:
A Holt 2020-09-19 22:38:27 -04:00 committed by GitHub
parent 85c1acc16a
commit 819bf92b74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
state: present state: present
when: is_debuntu | bool when: is_debuntu | bool
- name: "Install 24 common packages: acpid, bridge-utils, bzip2, curl, gawk, hostapd, htop, i2c-tools, logrotate, make, mlocate, netmask, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sqlite3, sudo, tar, unzip, usbmount, usbutils, wget" - name: "Install 23 common packages: acpid, bridge-utils, bzip2, curl, gawk, hostapd, htop, i2c-tools, logrotate, make, mlocate, netmask, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sqlite3, sudo, tar, unzip, usbutils, wget"
package: package:
name: name:
- acpid - acpid
@ -40,7 +40,7 @@
- htop - htop
- i2c-tools - i2c-tools
- logrotate - logrotate
#- lynx # already installed by 1-prep's roles/iiab-admin/tasks/access.yml #- lynx # Already installed by 1-prep's roles/iiab-admin/tasks/access.yml
- make - make
- mlocate - mlocate
- netmask - netmask
@ -54,6 +54,7 @@
- sudo - sudo
- tar - tar
- unzip - unzip
#- usbmount # Moved to roles/usb_lib/tasks/install.yml
- usbutils - usbutils
- wget - wget
state: present state: present