Skip to content

Commit 499dddd

Browse files
Fixup
1 parent 37e1450 commit 499dddd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
File renamed without changes.

molecule/default/verify.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
- name: Copy the example PHP script
1919
ansible.builtin.copy:
20-
src: "molecule/files/app.php"
20+
owner: proserver
21+
mode: "0644"
22+
src: "app.php"
2123
dest: "/var/www/current/app.php"
2224

2325
- name: Initialize the composer project

0 commit comments

Comments
 (0)