]> git.phdru.name Git - ansible.git/commitdiff
Fix(root): Use absolute path
authorOleg Broytman <phd@phdru.name>
Mon, 12 Aug 2019 02:42:37 +0000 (05:42 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 15 Aug 2019 21:04:00 +0000 (00:04 +0300)
playbooks/debian/roles/root/tasks/root.yml

index 142e00c575a68b0196cf0b54446e9bbbd5c45577..fb8d446f9234187b1ba78bccc8bde4f0b5e2dd58 100644 (file)
@@ -67,7 +67,7 @@
 - name: "Setup ~root - create tmp/"
   become: true
   file:
-    path: tmp/vim/undo
+    path: ~root/tmp/vim/undo
     state: directory
     owner: root
     group: root