mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +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:
|
when:
|
||||||
- base__add_ethz | bool
|
- base__add_ethz | bool
|
||||||
- ansible_architecture == 'x86_64'
|
- 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"
|
- ansible_pkg_mgr == "apt"
|
||||||
|
|
||||||
- name: install packages
|
- name: install packages
|
||||||
|
|
|
@ -61,5 +61,5 @@ base__linux_packages:
|
||||||
- bzip2
|
- bzip2
|
||||||
- jq
|
- jq
|
||||||
|
|
||||||
playbook_version_number: 9008
|
playbook_version_number: 9009
|
||||||
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
||||||
|
|
Loading…
Reference in a new issue