1
0
Fork 0
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:
georgejhunt 2017-07-17 14:53:32 -07:00 committed by GitHub
parent e426b10ec3
commit b18178ea3c
4 changed files with 6 additions and 6 deletions

View file

@ -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 }}

View file

@ -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

View file

@ -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

View file

@ -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