diff options
Diffstat (limited to 'provision.yaml')
-rw-r--r-- | provision.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/provision.yaml b/provision.yaml index 636e6d1..2ff7c6c 100644 --- a/provision.yaml +++ b/provision.yaml @@ -19,6 +19,11 @@ file: path: /home/vps/ state: directory + - name: Create symlink to attached volume + file: + src: /mnt/vps_persistent_volume + dest: /home/vps/volumes + state: link - name: Copy file copy: src={{ item.src }} dest={{ item.dest }} with_items: |