mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +02:00
fix error
This commit is contained in:
parent
0210360d9f
commit
1beecdfebc
2 changed files with 1 additions and 21 deletions
|
@ -52,14 +52,3 @@
|
|||
ansible_distribution == 'Fedora' and ansible_distribution_version | float >= 32 or
|
||||
ansible_distribution == 'Debian' and ansible_distribution_version | float >= 9 or
|
||||
ansible_os_family == 'Archlinux'
|
||||
|
||||
- name: install os_family specific packages for all non-legacy systems
|
||||
become: true
|
||||
package:
|
||||
name: "{{ ansible_os_family }}"
|
||||
state: "{{ base__package_state }}"
|
||||
when: |
|
||||
ansible_distribution == 'Ubuntu' and ansible_distribution_version | float >= 18.0 or
|
||||
ansible_os_family == 'RedHat' and ansible_distribution_version | float >= 7 or
|
||||
ansible_distribution == 'Debian' and ansible_distribution_version | float >= 9 or
|
||||
ansible_os_family == 'Archlinux'
|
||||
|
|
|
@ -59,14 +59,5 @@ base__linux_packages:
|
|||
- asciinema
|
||||
- youtube-dl
|
||||
|
||||
# os family_specific packages
|
||||
Debian:
|
||||
- mpv
|
||||
|
||||
RedHat: []
|
||||
|
||||
Archlinux:
|
||||
- mpv
|
||||
|
||||
playbook_version_number: 9003 # should be over ninethousand
|
||||
playbook_version_number: 9004 # should be over ninethousand
|
||||
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
||||
|
|
Loading…
Reference in a new issue