mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
hyphen cannot be used in a variable name (#134)
This commit is contained in:
parent
e426b10ec3
commit
b18178ea3c
4 changed files with 6 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-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-9
|
||||
when: is_debian_9
|
||||
|
||||
- name: Install packages for Debian
|
||||
package: name={{ item }}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
is_debuntu: True
|
||||
is_debian: True
|
||||
is_debian-8: True
|
||||
is_debian_8: True
|
||||
dns_service: bind9
|
||||
dns_user: bind
|
||||
proxy: squid3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
is_debuntu: True
|
||||
is_debian: True
|
||||
is_debian-9: True
|
||||
is_debian_9: True
|
||||
dns_service: bind9
|
||||
dns_user: bind
|
||||
proxy: squid
|
||||
|
|
|
@ -316,8 +316,8 @@ nodocs: False
|
|||
is_debuntu: False
|
||||
is_ubuntu: False
|
||||
is_debian: False
|
||||
is_debian-9: False
|
||||
is_debian-8: False
|
||||
is_debian_9: False
|
||||
is_debian_8: False
|
||||
is_rpi: False
|
||||
|
||||
is_redhat: False
|
||||
|
|
Loading…
Add table
Reference in a new issue