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 c384348f55)
This commit is contained in:
Juan Badia Payno 2020-07-21 16:42:30 +02:00 committed by Chandan Kumar (raukadah)
parent 8794829156
commit 6ac7cc478d
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@
- bar_setup_rear - bar_setup_rear
- name: Calculate exclude paths - name: Calculate exclude paths
register: tripleo_backup_and_restore_exclude_paths
set_fact: set_fact:
tripleo_backup_and_restore_exclude_paths: tripleo_backup_and_restore_exclude_paths:
- "{{ tripleo_backup_and_restore_exclude_paths_common }}" - "{{ tripleo_backup_and_restore_exclude_paths_common }}"