From b10510c11c9adfd1d6be9f7d797788d4bd69195e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Jun 2019 23:33:23 -0300 Subject: Re-add Ansible task to create /home/vps/ directory --- provision.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3