Merge "bar: Spelling type fixed on authentication word"

This commit is contained in:
Zuul 2020-08-04 16:39:26 +00:00 committed by Gerrit Code Review
commit 08287f3736
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
set -o pipefail set -o pipefail
{{ tripleo_container_cli }} exec ceph-mon-{{ ansible_hostname }} bash -c "ceph auth export" {{ tripleo_container_cli }} exec ceph-mon-{{ ansible_hostname }} bash -c "ceph auth export"
become: true become: true
register: bar_ceph_autentication_content register: bar_ceph_authentication_content
tags: tags:
- bar_create_recover_image - bar_create_recover_image
@ -45,6 +45,6 @@
copy: copy:
dest: "{{ tripleo_backup_and_restore_ceph_auth_file }}" dest: "{{ tripleo_backup_and_restore_ceph_auth_file }}"
content: | content: |
{{ bar_ceph_autentication_content.stdout }} {{ bar_ceph_authentication_content.stdout }}
tags: tags:
- bar_create_recover_image - bar_create_recover_image