mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
Update packages
This commit is contained in:
parent
b25d407ceb
commit
e2dc6e5c56
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue