mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Refine 2-common/tasks/packages.yml
This commit is contained in:
parent
3d88039a26
commit
cff2bac84c
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
state: present
|
state: present
|
||||||
#when: is_debuntu
|
#when: is_debuntu
|
||||||
|
|
||||||
- name: "Install 20 common packages: acpid, bzip2, curl, gawk, htop, i2c-tools, iproute2, logrotate, make, mlocate, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sqlite3, tar, unzip, usbutils, wget"
|
- name: "Install 19 common packages: acpid, bzip2, curl, gawk, htop, i2c-tools, logrotate, make, mlocate, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sqlite3, tar, unzip, usbutils, wget"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- acpid # Daemon for ACPI (power mgmt) events
|
- acpid # Daemon for ACPI (power mgmt) events
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
- gawk
|
- gawk
|
||||||
- htop
|
- htop
|
||||||
- i2c-tools # Low-level bus/chip/register/EEPROM tools e.g. for RTC
|
- i2c-tools # Low-level bus/chip/register/EEPROM tools e.g. for RTC
|
||||||
- iproute2
|
#- iproute2 # Installed by roles/2-common/tasks/network.yml
|
||||||
- logrotate
|
- logrotate
|
||||||
#- lynx # Installed by 1-prep's roles/iiab-admin/tasks/access.yml
|
#- lynx # Installed by 1-prep's roles/iiab-admin/tasks/access.yml
|
||||||
- make # 2021-04-26: What roles (if any) truly still use this?
|
- make # 2021-04-26: What roles (if any) truly still use this?
|
||||||
|
|
Loading…
Reference in a new issue