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

Simplify aptitude

This commit is contained in:
Lilian Roller 2019-05-20 17:36:37 +02:00
parent c0a86264bf
commit 82f8efed16
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 1 additions and 8 deletions

View file

@ -98,14 +98,6 @@
- nfs-common - nfs-common
state: absent state: absent
- name: APTITUDE is required
become: yes
package:
name:
- aptitude
state: present
when: ansible_os_family == 'Debian'
- name: Upgrade all packages to latest - name: Upgrade all packages to latest
become: true become: true
package: package:

View file

@ -29,6 +29,7 @@ debian_packages:
- molly-guard - molly-guard
- mtr-tiny - mtr-tiny
- knot-dnsutils - knot-dnsutils
- aptitude
fedora_packages: fedora_packages:
- mtr - mtr