Fix pgdg arch match

Sun, 20 Mar 2016 11:02:15 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 20 Mar 2016 11:02:15 -0400
changeset 21
92716e2eba34
parent 20
1da49d996e3d
child 22
154779435639

Fix pgdg arch match

roles/repositories/tasks/debian.yml file | annotate | diff | comparison | revisions
--- a/roles/repositories/tasks/debian.yml
+++ b/roles/repositories/tasks/debian.yml
@@ -10,7 +10,7 @@
   tags: repos
 
 - name: add pgdg repo
-  when: ansible_architecture in ['i386', 'x86_64']
+  when: ansible_architecture in ["i386", "x86_64"]
   apt_repository:
     repo: "deb http://apt.postgresql.org/pub/repos/apt/ {{ansible_distribution_release}}-pgdg main"
   tags: repos

mercurial