1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #542 from holta/master

Slim down 2-common/tasks/packages.yml: OS handles (libc6, bash, iptables) & exFAT moved
This commit is contained in:
A Holt 2017-11-20 13:28:47 -05:00 committed by GitHub
commit 82b368e64f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,8 @@
- avahi-daemon - avahi-daemon
- avahi-discover - avahi-discover
- ifupdown - ifupdown
- exfat-fuse
- exfat-utils
when: is_debuntu when: is_debuntu
- name: Install common packages - name: Install common packages
@ -93,16 +95,15 @@
# - iptables # - iptables
# when: is_redhat # when: is_redhat
- name: Update common packages (debuntu) # Consensus decision to try to slim down https://github.com/iiab/iiab/issues/518 (per 2017-11-20 community/team call @ http://minutes.iiab.io)
package: name={{ item }} #- name: Update common packages (debuntu)
state=latest # package: name={{ item }}
with_items: # state=latest
- libc6 # with_items:
- bash # - libc6
- iptables # - bash
- exfat-fuse # - iptables
- exfat-utils # when: is_debuntu
when: is_debuntu
#- name: If version of Network manager has changed, subsequent nmcli commands will fail,restart now #- name: If version of Network manager has changed, subsequent nmcli commands will fail,restart now
# service: name=NetworkManager # service: name=NetworkManager