Commit ca2fe5d 1 parent 44a7028 commit ca2fe5d Copy full SHA for ca2fe5d
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
-
1
+ ---
2
2
- name : Verify
3
3
hosts : all
4
4
gather_facts : false
50
50
src : " app.php"
51
51
dest : " /var/www/current/app.php"
52
52
53
- - name : Enable and start the roadrunner-main service
54
- community.general.supervisorctl :
55
- name : " roadrunner- main"
56
- state : " present "
57
- stop_before_removing : yes
53
+ - name : Start the roadrunner-main service
54
+ ansible.builtin.service :
55
+ name : " roadrunner@ main"
56
+ state : " started "
57
+ enabled : yes
58
58
59
- - name : Check that a page returns successfully but fail if the word " Hello world" is not in the page contents
59
+ - name : Check that a page returns successfully but fail if the word ' Hello world' is not in the page contents
60
60
ansible.builtin.uri :
61
61
url : http://localhost:8080
62
62
return_content : true
You can’t perform that action at this time.
0 commit comments