FFU: repo section string manipulation error.

A nit was introduced during the refactor of the repo selection.  This
should fix it.

Closes-Bug: #1750643

Change-Id: If8a0feed236d7f4d7eaf679c93461816efd7b628
This commit is contained in:
Sofer Athlan-Guyot 2018-02-21 11:59:53 +01:00 committed by Athlan-Guyot sofer
parent ca7721003b
commit 06afcee786
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ outputs:
args:
chdir: /home/stack/tripleo-repos/
- name: Enable tripleo-repos
command: "tripleo-repos {{ fast_forward_repo_args.tripleo_repos[release] | join(' ') }}"
command: "tripleo-repos {{ fast_forward_repo_args.tripleo_repos[release] }}"
when:
- step|int == 3
- is_bootstrap_node|bool