Commit 44a7028 1 parent 2e88472 commit 44a7028 Copy full SHA for 44a7028
File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- name : Initialize the composer project
16
16
community.general.composer :
17
- command : create-project
18
- arguments : " punktde/roadrunner-test /var/www/current ~1.0"
17
+ command : init
18
+ arguments : >-
19
+ --name punktde/roadrunner-test
20
+ --description=
21
+ --type=project
22
+ --author=
23
+ --homepage=
24
+ --no-interaction
19
25
working_dir : " /var/www/current"
20
- prefer_dist : true
21
-
22
26
23
27
- name : Install PHP dependencies
24
28
community.general.composer :
30
34
- " spiral/roadrunner"
31
35
- " spiral/roadrunner-http"
32
36
33
- - name : Create the current_release folder
37
+ - name : Create the current_release public folder
34
38
ansible.builtin.file :
35
39
dest : " {{ item }}"
36
40
state : " directory"
52
56
state : " present"
53
57
stop_before_removing : yes
54
58
55
- - name : Check that a page returns successfully but fail if the word AWESOME 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
56
60
ansible.builtin.uri :
57
61
url : http://localhost:8080
58
62
return_content : true
You can’t perform that action at this time.
0 commit comments