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:
parent
85c1acc16a
commit
819bf92b74
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue