]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container: quote registry password
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 18 Sep 2020 14:03:13 +0000 (10:03 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 18 Sep 2020 19:21:32 +0000 (15:21 -0400)
commit9412c44906a75ae250069cf2017134d1cda8478c
tree09290ec2b388c90ed20147647925aebb6c2a2286
parent1527b9b12a885f7bd34fb5977adfda46fd73aabf
container: quote registry password

When using a quote in the registry password then we have the following
error:

The error was: ValueError: No closing quotation

To fix this we need to use the quote filter.

Close: https://bugzilla.redhat.com/show_bug.cgi?id=1880252

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 6dcfdf17d43635fcd0dc658c199702945a1228dd)
roles/ceph-container-common/tasks/registry.yml