mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
fill lines with ==='s
This commit is contained in:
parent
f5e4eef39d
commit
319ae07484
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Common OS-Level Additions & Mods (that only need to be performed once)
|
# Common OS-Level Additions & Mods (that only need to be performed once)
|
||||||
|
|
||||||
- name: ...IS BEGINNING ==================================
|
- name: ...IS BEGINNING ==========================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
#- include: iiab_ini.yml
|
#- include: iiab_ini.yml
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
- include: udev.yml
|
- include: udev.yml
|
||||||
|
|
||||||
- name: Recording STAGE 2 HAS COMPLETED ==================
|
- name: Recording STAGE 2 HAS COMPLETED ==========================
|
||||||
lineinfile: dest=/etc/iiab/iiab.env
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
regexp='^STAGE=*'
|
regexp='^STAGE=*'
|
||||||
line='STAGE=2'
|
line='STAGE=2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue