mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
change apt repo settings
This commit is contained in:
parent
d8082fc819
commit
18bac32a75
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
when:
|
||||
- base__add_ethz | bool
|
||||
- ansible_architecture == 'x86_64'
|
||||
- ansible_os_family == 'Debian' and ansible_distribution_version | float >= 8
|
||||
- ansible_distribution == 'Debian' and ansible_distribution_version | float >= 8
|
||||
- ansible_pkg_mgr == "apt"
|
||||
|
||||
- name: install packages
|
||||
|
|
|
@ -61,5 +61,5 @@ base__linux_packages:
|
|||
- bzip2
|
||||
- jq
|
||||
|
||||
playbook_version_number: 9008
|
||||
playbook_version_number: 9009
|
||||
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
||||
|
|
Loading…
Reference in a new issue