We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea5123 commit 5886e7bCopy full SHA for 5886e7b
infra/vagrant/provisioning/roles/mystamps-nginx/tasks/main.yml
@@ -17,7 +17,7 @@
17
18
- name: Uploading configuration files
19
copy:
20
- src: "../../src/main/config/nginx/{{ item }}"
+ src: "../../../src/main/config/nginx/{{ item }}"
21
dest: "/etc/nginx/conf.d/{{ item }}"
22
force: yes
23
backup: no
@@ -33,7 +33,7 @@
33
34
- name: Uploading data files
35
36
37
dest: "/data/nginx/{{ item }}"
38
39
0 commit comments