1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00
This commit is contained in:
Lilian Roller 2019-11-14 16:06:41 +01:00
parent 6786f57f88
commit 35738df00c
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 4 additions and 2 deletions

View file

@ -60,7 +60,9 @@
- rpcbind
- nfs-common
state: absent
when: ansible_machine != 'armv6l' and ansible_distribution_release != 'wheezy'
when:
- ansible_machine != 'armv6l' and ansible_distribution_release != 'wheezy'
- ansible_os_family != 'Redhat'
- name: Upgrade all packages to latest
become: true

View file

@ -51,5 +51,5 @@ fedora_packages:
- python3-pip
- python3
playbook_version_number: 8972 # should be over ninethousand
playbook_version_number: 8973 # should be over ninethousand
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'