From 8d837d2c2f5e35a4732017cd9fcd29be11f1a40b Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Tue, 21 Jul 2020 08:45:29 +0200 Subject: [PATCH] bar: Spelling type fixed on authentication word Change-Id: I25c0ef24fb2e27337bf06d029a8591dd2755ddb0 --- .../roles/backup_and_restore/tasks/ceph_authentication.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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