1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00

dont use old ubuntu

This commit is contained in:
Lilian Roller 2019-07-16 13:41:32 +02:00
parent 97b0acdb94
commit 69bf376801
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 5 additions and 2 deletions

View file

@ -43,7 +43,10 @@
package:
name: "{{ packages_for_all_except_rhel }}"
state: present
when: ansible_os_family != 'RedHat'
when:
- ansible_os_family != 'RedHat'
- ansible_distribution_version != "14.04"
- ansible_distribution_version != "12.04"
- name: Install extra packages
become: true

View file

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