Merge "Set become:false for undercloud plays"

This commit is contained in:
Zuul 2017-11-08 15:27:25 +00:00 committed by Gerrit Code Review
commit fb3a378b61
1 changed files with 7 additions and 2 deletions

View File

@ -354,8 +354,12 @@ outputs:
params:
BOOTSTRAP_SERVER_ID: {get_param: [servers, {{primary_role_name}}, '0']}
template: |
- hosts: undercloud:overcloud
name: Gather facts
- hosts: undercloud
name: Gather facts undercloud
gather_facts: yes
become: false
- hosts: overcloud
name: Gather facts overcloud
gather_facts: yes
- hosts: overcloud
name: Server deployments
@ -385,6 +389,7 @@ outputs:
name: Undercloud deployment step {{step}}
gather_facts: no
any_errors_fatal: yes
become: false
vars:
step: '{{step}}'
tasks: