mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
Update required version
This commit is contained in:
parent
0d2a9a1061
commit
74b4d22449
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
||||||
name: "{{ base__linux_packages }}"
|
name: "{{ base__linux_packages }}"
|
||||||
state: "{{ base__package_state }}"
|
state: "{{ base__package_state }}"
|
||||||
when: |
|
when: |
|
||||||
ansible_distribution == 'Ubuntu' and ansible_distribution_version | float >= 16.0 or
|
ansible_distribution == 'Ubuntu' and ansible_distribution_version | float >= 18.0 or
|
||||||
ansible_distribution == 'Fedora' and ansible_distribution_version | float >= 32 or
|
ansible_distribution == 'Fedora' and ansible_distribution_version | float >= 32 or
|
||||||
ansible_distribution == 'Debian' and ansible_distribution_version | float >= 8 or
|
ansible_distribution == 'Debian' and ansible_distribution_version | float >= 9 or
|
||||||
ansible_os_family == 'Archlinux'
|
ansible_os_family == 'Archlinux'
|
||||||
|
|
|
@ -53,5 +53,5 @@ base__linux_packages:
|
||||||
- youtube-dl
|
- youtube-dl
|
||||||
- mpv
|
- mpv
|
||||||
|
|
||||||
playbook_version_number: 9001 # should be over ninethousand
|
playbook_version_number: 9002 # should be over ninethousand
|
||||||
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
||||||
|
|
Loading…
Reference in a new issue