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:
parent
97b0acdb94
commit
69bf376801
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue