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
abc7a67ee4
commit
8df866b74b
1 changed files with 5 additions and 4 deletions
|
@ -22,7 +22,8 @@
|
||||||
tags: olpc, idmgr
|
tags: olpc, idmgr
|
||||||
|
|
||||||
- name: Recording STAGE 5 HAS COMPLETED =====================
|
- name: Recording STAGE 5 HAS COMPLETED =====================
|
||||||
lineinfile: dest=/etc/iiab/iiab.env
|
lineinfile:
|
||||||
regexp='^STAGE=*'
|
dest: /etc/iiab/iiab.env
|
||||||
line='STAGE=5'
|
regexp: '^STAGE=*'
|
||||||
state=present
|
line: 'STAGE=5'
|
||||||
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue