From 824b23daed17510bf7ca8078674e4a3b6e7f62a3 Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Tue, 21 Jul 2020 16:42:30 +0200 Subject: [PATCH] BaR: Deleted duplicated variables The backup_and_restore has the same name for a fact and a register variable, both of them named the same. That variable is used later on a template (local.conf.j2), which is using the register one. This patch removed the register variable, as it's not used. Change-Id: Id0487e4649ef1f6aaf2591e003746b385f592095 Closes-Bug: 1888404 (cherry picked from commit c384348f5586bb5fb47bf59b7bb9e0a61f8178bf) --- .../roles/backup-and-restore/setup_rear/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tripleo_ansible/roles/backup-and-restore/setup_rear/tasks/main.yml b/tripleo_ansible/roles/backup-and-restore/setup_rear/tasks/main.yml index f290a47ea..48c8707d2 100644 --- a/tripleo_ansible/roles/backup-and-restore/setup_rear/tasks/main.yml +++ b/tripleo_ansible/roles/backup-and-restore/setup_rear/tasks/main.yml @@ -64,7 +64,6 @@ - bar_setup_rear - name: Calculate exclude paths - register: tripleo_backup_and_restore_exclude_paths set_fact: tripleo_backup_and_restore_exclude_paths: - "{{ tripleo_backup_and_restore_exclude_paths_common }}"