mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +02:00
rhel fix
This commit is contained in:
parent
6786f57f88
commit
35738df00c
2 changed files with 4 additions and 2 deletions
|
@ -60,7 +60,9 @@
|
||||||
- rpcbind
|
- rpcbind
|
||||||
- nfs-common
|
- nfs-common
|
||||||
state: absent
|
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
|
- name: Upgrade all packages to latest
|
||||||
become: true
|
become: true
|
||||||
|
|
|
@ -51,5 +51,5 @@ fedora_packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3
|
- 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'
|
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'
|
||||||
|
|
Loading…
Reference in a new issue