]> 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 15:14:00 +0000 (11:14 -0400)
commit6dcfdf17d43635fcd0dc658c199702945a1228dd
tree4670031febb4d97d76212f0cba0e6a6c55730ffe
parentff19c1d851ebf0bd7bd8a744367e8893dc6103a8
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>
roles/ceph-container-common/tasks/registry.yml