mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Consensus decision to try to slim down #518
This commit is contained in:
parent
65f55ae37a
commit
e2d198099a
1 changed files with 11 additions and 10 deletions
|
@ -33,6 +33,8 @@
|
|||
- avahi-daemon
|
||||
- avahi-discover
|
||||
- ifupdown
|
||||
- exfat-fuse
|
||||
- exfat-utils
|
||||
when: is_debuntu
|
||||
|
||||
- name: Install common packages
|
||||
|
@ -93,16 +95,15 @@
|
|||
# - iptables
|
||||
# when: is_redhat
|
||||
|
||||
- name: Update common packages (debuntu)
|
||||
package: name={{ item }}
|
||||
state=latest
|
||||
with_items:
|
||||
- libc6
|
||||
- bash
|
||||
- iptables
|
||||
- exfat-fuse
|
||||
- exfat-utils
|
||||
when: is_debuntu
|
||||
# Consensus decision to try to slim down @ https://github.com/iiab/iiab/issues/518
|
||||
#- name: Update common packages (debuntu)
|
||||
# package: name={{ item }}
|
||||
# state=latest
|
||||
# with_items:
|
||||
# - libc6
|
||||
# - bash
|
||||
# - iptables
|
||||
# when: is_debuntu
|
||||
|
||||
#- name: If version of Network manager has changed, subsequent nmcli commands will fail,restart now
|
||||
# service: name=NetworkManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue