1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

indentation/syntax per new Ansible docs

This commit is contained in:
A Holt 2018-02-12 22:12:14 -05:00 committed by GitHub
parent 8b0252edc7
commit c7e8cc0888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,15 +78,17 @@
tags: usb-lib tags: usb-lib
- name: Create a Python interface to iiab.env - name: Create a Python interface to iiab.env
template: src=roles/1-prep/templates/iiab_env.py.j2 template:
dest=/etc/iiab/iiab_env.py 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 command: /usr/bin/iiab-refresh-wiki-docs
when: not nodocs when: not nodocs
- name: Recording STAGE 4 HAS COMPLETED ================== - name: Recording STAGE 4 HAS COMPLETED ==================
lineinfile: dest=/etc/iiab/iiab.env lineinfile:
regexp='^STAGE=*' dest: /etc/iiab/iiab.env
line='STAGE=4' regexp: '^STAGE=*'
state=present line: 'STAGE=4'
state: present