1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #677 from holta/3-base-server

3-base-server: indentation/syntax per new Ansible docs
This commit is contained in:
A Holt 2018-02-12 22:07:47 -05:00 committed by GitHub
commit f70896a8f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,12 +22,14 @@
tags: base, mysql
- name: Restart httpd
service: name={{ apache_service }}
state=restarted
service:
name: "{{ apache_service }}"
state: restarted
when: not installing
- name: Recording STAGE 3 HAS COMPLETED =====================
lineinfile: dest=/etc/iiab/iiab.env
regexp='^STAGE=*'
line='STAGE=3'
state=present
lineinfile:
dest: /etc/iiab/iiab.env
regexp: '^STAGE=*'
line: 'STAGE=3'
state: present