]> git.phdru.name Git - ansible.git/commitdiff
Style(update-root): Remove excessive quotes
authorOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2019 15:27:14 +0000 (18:27 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2019 15:27:14 +0000 (18:27 +0300)
playbooks/debian/roles/init-system/tasks/apt.yml
playbooks/debian/update-root.yml

index bc6c8ed36a2abc0c023eb9e8fff1e4db1a08fe01..f08f58f369c7186bd0fff03336f54ffb38ecb1d1 100644 (file)
@@ -41,7 +41,6 @@
     state: absent
     update_cache: no
 
-
 - name: Configure apt key for deb-multimedia
   become: true
   apt_key:
index 74d0a8c9b9027ff5ebd5b7cfbd0bb207a7314143..b2ef0ec5272e8fb881e800243cec1ab996b5d0d2 100644 (file)
@@ -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"