1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #521 from holta/master

Ansible output presentation tweaks
This commit is contained in:
A Holt 2017-11-13 23:24:20 -05:00 committed by GitHub
commit f127af339d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@
mysql_service: mysql
when: is_debuntu
- name: set FQDN
- name: Set FQDN
set_fact:
iiab_fqdn: "{{ iiab_hostname }}.{{ iiab_domain }}"
FQDN_changed: False

View file

@ -13,7 +13,7 @@
- avahi-tools
when: is_redhat
- name: Download usbmount -- not in debian-9
- name: Download usbmount -- not in Debian Stretch (debian-9)
get_url:
url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
dest: "{{ downloads_dir }}"