mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
indentation/syntax per new Ansible docs
This commit is contained in:
parent
18b6bab92f
commit
abc7a67ee4
1 changed files with 5 additions and 4 deletions
|
@ -40,7 +40,8 @@
|
||||||
tags: wordpress
|
tags: wordpress
|
||||||
|
|
||||||
- name: Recording STAGE 6 HAS COMPLETED ====================
|
- name: Recording STAGE 6 HAS COMPLETED ====================
|
||||||
lineinfile: dest=/etc/iiab/iiab.env
|
lineinfile:
|
||||||
regexp='^STAGE=*'
|
dest: /etc/iiab/iiab.env
|
||||||
line='STAGE=6'
|
regexp: '^STAGE=*'
|
||||||
state=present
|
line: 'STAGE=6'
|
||||||
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue