1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00

Update packages

This commit is contained in:
Lilian Roller 2019-03-08 15:02:20 +01:00
parent b25d407ceb
commit e2dc6e5c56
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 7 additions and 2 deletions

View file

@ -20,7 +20,9 @@ base_packages:
- bash-completion
- unzip
- python3-pip
#- rng-tools
- asciinema
- ranger
- net-tools
debian_packages:
- molly-guard
@ -30,3 +32,4 @@ debian_packages:
fedora_packages:
- mtr
- libselinux-python

View file

@ -1,13 +1,14 @@
---
- name: Install common base packages [Debian]
become: yes
apt:
package: "{{ base_packages }}"
state: latest
update_cache: yes
cache_valid_time: 43200
when:
ansible_distribution == 'Debian'
- ansible_distribution == 'Debian'
- name: Install common base packages [Debian]
apt:
@ -37,6 +38,7 @@
package:
- debian-goodies
- apt-dater-host
- apt-transport-https
state: latest
update_cache: yes
cache_valid_time: 43200