1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/9-local-addons/tasks/main.yml
2017-11-06 12:33:42 -06:00

10 lines
268 B
YAML

# Local Add-ons
- name: ...IS BEGINNING =============================
command: echo
- name: Recording STAGE 9 HAS COMPLETED =============
lineinfile: dest=/etc/iiab/iiab.env
regexp='^STAGE=*'
line='STAGE=9'
state=present