1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +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: package:
name: "{{ packages_for_all_except_rhel }}" name: "{{ packages_for_all_except_rhel }}"
state: present 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 - name: Install extra packages
become: true become: true

View file

@ -43,5 +43,5 @@ fedora_packages:
- python3-pip - python3-pip
- python3 - 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' playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'