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

cleaner Ansible messaging

This commit is contained in:
A Holt 2017-10-27 09:21:30 -04:00 committed by GitHub
parent 0b688550ea
commit 87f55cd628

View file

@ -51,7 +51,7 @@
when: usb_lib_install
tags: usb-lib
# this script can be sourced to get iiab location
# this script can be sourced to get IIAB location
- name: Create iiab.env file
template: src=roles/1-prep/templates/iiab.env.j2
dest=/etc/iiab/iiab.env
@ -59,11 +59,11 @@
group=root
mode=0644
- name: put a python interface to iiab.env
- name: Put a Python interface to iiab.env
template: src=roles/1-prep/templates/iiab_env.py.j2
dest=/etc/iiab/iiab_env.py
- name: generate the offline documents
- name: Generate the offline documents
command: /usr/bin/iiab-refresh-wiki-docs
when: not nodocs