Fixing relative path issue with ansible
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
remote_user: ubuntu
|
||||
become: yes
|
||||
tasks:
|
||||
# Note that the path for src is relative to this playbook
|
||||
# not from the calling site
|
||||
- name: Copy Blog Content
|
||||
copy:
|
||||
src: "public/"
|
||||
src: "../public/"
|
||||
dest: /var/www/shockrah.xyz
|
||||
|
||||
Reference in New Issue
Block a user