diff --git a/playbooks/groups/docker-registry.yml b/playbooks/groups/docker-registry.yml index b25d685739..8fc30d3d63 100644 --- a/playbooks/groups/docker-registry.yml +++ b/playbooks/groups/docker-registry.yml @@ -102,9 +102,9 @@ auth: { type: basic, basic: { - destdir: "/etc/httpd/" - userfile_src: "{{private}}/files/httpd/osbs.htpasswd" - userfile_dest: "osbs.htpasswd" + destdir: "/etc/httpd/", + userfile_src: "{{private}}/files/httpd/osbs.htpasswd", + userfile_dest: "osbs.htpasswd", } }, when: env == "staging" @@ -122,9 +122,9 @@ auth: { type: basic, basic: { - destdir: "/etc/httpd/" - userfile_src: "{{private}}/files/httpd/osbs.htpasswd" - userfile_dest: "osbs.htpasswd" + destdir: "/etc/httpd/", + userfile_src: "{{private}}/files/httpd/osbs.htpasswd", + userfile_dest: "osbs.htpasswd", } }, when: env == "staging"