diff --git a/tripleo_ansible/roles/backup_and_restore/tasks/ceph_authentication.yml b/tripleo_ansible/roles/backup_and_restore/tasks/ceph_authentication.yml index d8d49edfc..4e8fec03b 100644 --- a/tripleo_ansible/roles/backup_and_restore/tasks/ceph_authentication.yml +++ b/tripleo_ansible/roles/backup_and_restore/tasks/ceph_authentication.yml @@ -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