mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
indentation/syntax per new Ansible docs
This commit is contained in:
parent
c7e8cc0888
commit
cfa36f25b4
1 changed files with 5 additions and 4 deletions
|
@ -10,7 +10,8 @@
|
|||
tags: calibre
|
||||
|
||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||
lineinfile: dest=/etc/iiab/iiab.env
|
||||
regexp='^STAGE=*'
|
||||
line='STAGE=9'
|
||||
state=present
|
||||
lineinfile:
|
||||
dest: /etc/iiab/iiab.env
|
||||
regexp: '^STAGE=*'
|
||||
line: 'STAGE=9'
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue