mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
is_debian-8 & is_debian-9 (#129)
This commit is contained in:
parent
fb858ac56e
commit
3358b727d9
4 changed files with 13 additions and 6 deletions
|
@ -40,11 +40,11 @@
|
|||
|
||||
- name: Download usbmount -- not in debian-9
|
||||
command: wget {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb -P {{ downloads_dir }}
|
||||
when: is_debian and ansible_distribution_major_version == "9"
|
||||
when: is_debian-9
|
||||
|
||||
- name: Install usbmount for debian-9
|
||||
command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb
|
||||
when: is_debian and ansible_distribution_major_version == "9"
|
||||
when: is_debian-9
|
||||
|
||||
- name: Install packages for Debian
|
||||
package: name={{ item }}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
is_debian: True
|
||||
is_debuntu: True
|
||||
is_debian: True
|
||||
is_debian-8: True
|
||||
dns_service: bind9
|
||||
dns_user: bind
|
||||
proxy: squid3
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
is_debian: True
|
||||
is_debuntu: True
|
||||
is_debian: True
|
||||
is_debian-9: True
|
||||
dns_service: bind9
|
||||
dns_user: bind
|
||||
proxy: squid
|
||||
|
|
|
@ -311,10 +311,15 @@ xovis_chart_heading: "My School: Usage Data Visualization"
|
|||
|
||||
# Platforms - turn all off and let <OS>.yml turn on as appropriate
|
||||
nodocs: False
|
||||
is_rpi: False
|
||||
is_debian: False
|
||||
|
||||
# wide to narrow
|
||||
is_debuntu: False
|
||||
is_ubuntu: False
|
||||
is_debian: False
|
||||
is_debian-9: False
|
||||
is_debian-8: False
|
||||
is_rpi: False
|
||||
|
||||
is_redhat: False
|
||||
is_fedora: False
|
||||
is_centos: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue