diff options
Diffstat (limited to 'provision.yaml')
-rw-r--r-- | provision.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/provision.yaml b/provision.yaml index 8559c27..28cc178 100644 --- a/provision.yaml +++ b/provision.yaml @@ -15,6 +15,10 @@ apt: name: [ 'docker-compose', 'borgbackup' ] state: latest + - name: Create /home/vps/ base directory + file: + path: /home/vps/ + state: directory - name: Create symlink to attached volume file: src: /mnt/vps_persistent_volume |