Merge "FFU: repo section string manipulation error."

This commit is contained in:
Zuul 2018-02-22 16:51:40 +00:00 committed by Gerrit Code Review
commit 205b17982b
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