mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
indentation/syntax per new Ansible docs
This commit is contained in:
parent
cfa36f25b4
commit
8fe2dae6f5
1 changed files with 5 additions and 4 deletions
|
@ -52,7 +52,8 @@
|
||||||
tags: xovis
|
tags: xovis
|
||||||
|
|
||||||
- name: Recording STAGE 8 HAS COMPLETED ======================
|
- name: Recording STAGE 8 HAS COMPLETED ======================
|
||||||
lineinfile: dest=/etc/iiab/iiab.env
|
lineinfile:
|
||||||
regexp='^STAGE=*'
|
dest: /etc/iiab/iiab.env
|
||||||
line='STAGE=8'
|
regexp: '^STAGE=*'
|
||||||
state=present
|
line: 'STAGE=8'
|
||||||
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue