From 6ac7cc478d6e1a0f63a2caf2d9e1340c28363c04 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) --- tripleo_ansible/roles/backup_and_restore/tasks/setup_rear.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tripleo_ansible/roles/backup_and_restore/tasks/setup_rear.yml b/tripleo_ansible/roles/backup_and_restore/tasks/setup_rear.yml index 545c343e5..5ec42a573 100644 --- a/tripleo_ansible/roles/backup_and_restore/tasks/setup_rear.yml +++ b/tripleo_ansible/roles/backup_and_restore/tasks/setup_rear.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 }}"