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:
parent
8b0252edc7
commit
c7e8cc0888
1 changed files with 8 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue