X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Fupdate-root.yml;fp=playbooks%2Fdebian%2Fupdate-root.yml;h=b2ef0ec5272e8fb881e800243cec1ab996b5d0d2;hb=d533ccc3cea34e5cb8dfe8ba14578e10302870b9;hp=74d0a8c9b9027ff5ebd5b7cfbd0bb207a7314143;hpb=3e3cb206a10806f691259c8b8f78d5a4e2084ec4;p=ansible.git diff --git a/playbooks/debian/update-root.yml b/playbooks/debian/update-root.yml index 74d0a8c..b2ef0ec 100644 --- a/playbooks/debian/update-root.yml +++ b/playbooks/debian/update-root.yml @@ -6,7 +6,7 @@ - name: "Update ~root - sync directories from ~phd" command: "rsync -rlt --info=name ~phd/{{ item }} ~root" register: rsync - changed_when: "rsync.stdout != ''" + changed_when: rsync.stdout != '' loop: ['.vim', 'bin', 'lib'] - name: "Update ~root - sync files from ~phd"