bar: Spelling type fixed on authentication word

Change-Id: I25c0ef24fb2e27337bf06d029a8591dd2755ddb0
This commit is contained in:
Juan Badia Payno 2020-07-21 08:45:29 +02:00
parent cf36c38299
commit 8d837d2c2f
1 changed files with 2 additions and 2 deletions

View File

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