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
6e8f81b500
commit
6fbf870464
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Assessment and Monitoring Tools
|
# Assessment and Monitoring Tools
|
||||||
|
|
||||||
- name: ...IS BEGINNING ==================================
|
- name: ...IS BEGINNING ======================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
- name: AWSTATS
|
- name: AWSTATS
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
when: xovis_install and ansible_distribution != "CentOS"
|
when: xovis_install and ansible_distribution != "CentOS"
|
||||||
tags: xovis
|
tags: xovis
|
||||||
|
|
||||||
- name: Recording STAGE 8 HAS COMPLETED ==================
|
- name: Recording STAGE 8 HAS COMPLETED ======================
|
||||||
lineinfile: dest=/etc/iiab/iiab.env
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
regexp='^STAGE=*'
|
regexp='^STAGE=*'
|
||||||
line='STAGE=8'
|
line='STAGE=8'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue