mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +02:00
Sources just for Debian
This commit is contained in:
parent
38d34256ac
commit
ce08ee0cff
3 changed files with 2 additions and 7 deletions
|
@ -7,9 +7,9 @@
|
||||||
|
|
||||||
- include_tasks: sources.yml
|
- include_tasks: sources.yml
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'Debian'
|
|
||||||
- base__add_ethz | bool
|
- base__add_ethz | bool
|
||||||
- ansible_architecture == 'x86_64'
|
- ansible_architecture == 'x86_64'
|
||||||
|
- ansible_distribution == 'Debian' and ansible_distribution_version | float >= 8
|
||||||
|
|
||||||
- include_tasks: packages.yml
|
- include_tasks: packages.yml
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
- apt-dater-host
|
- apt-dater-host
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
state: present
|
state: present
|
||||||
when:
|
|
||||||
- ansible_machine != 'armv6l' and ansible_distribution_release != 'wheezy'
|
|
||||||
|
|
||||||
- name: add eth zurich apt (main)
|
- name: add eth zurich apt (main)
|
||||||
become: true
|
become: true
|
||||||
|
@ -19,7 +17,6 @@
|
||||||
when:
|
when:
|
||||||
- not base__pkg_non_free_firmware | bool
|
- not base__pkg_non_free_firmware | bool
|
||||||
- not base__pkg_contrib | bool
|
- not base__pkg_contrib | bool
|
||||||
- ansible_machine != 'armv6l' and ansible_distribution_release != 'wheezy'
|
|
||||||
|
|
||||||
- name: add eth zurich apt (main non-free)
|
- name: add eth zurich apt (main non-free)
|
||||||
become: true
|
become: true
|
||||||
|
@ -30,7 +27,6 @@
|
||||||
when:
|
when:
|
||||||
- base__pkg_non_free_firmware | bool
|
- base__pkg_non_free_firmware | bool
|
||||||
- not base__pkg_contrib | bool
|
- not base__pkg_contrib | bool
|
||||||
- ansible_machine != 'armv6l' and ansible_distribution_release != 'wheezy'
|
|
||||||
|
|
||||||
- name: add eth zurich apt (main contrib non-free)
|
- name: add eth zurich apt (main contrib non-free)
|
||||||
become: true
|
become: true
|
||||||
|
@ -41,4 +37,3 @@
|
||||||
when:
|
when:
|
||||||
- base__pkg_non_free_firmware | bool
|
- base__pkg_non_free_firmware | bool
|
||||||
- base__pkg_contrib | bool
|
- base__pkg_contrib | bool
|
||||||
- ansible_machine != 'armv6l' and ansible_distribution_release != 'wheezy'
|
|
||||||
|
|
|
@ -54,5 +54,5 @@ base__linux_packages:
|
||||||
- youtube-dl
|
- youtube-dl
|
||||||
- mpv
|
- mpv
|
||||||
|
|
||||||
playbook_version_number: 8999 # should be over ninethousand
|
playbook_version_number: 9000 # 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