Add become: true for host_prep_tasks

I561b5ef6dee0ee7cac67ba798eda284fb7f7a8d0 added this for the main
deploy steps, but there are some host_prep_tasks which require this,
specifically the nova-libvirt tasks fail for me locally without -b

Change-Id: I29cb8b0962c0dfcf7950d65305a3adef1f1268c3
This commit is contained in:
Steven Hardy 2018-01-15 18:31:46 +00:00
parent 39c6233306
commit 9664b3b2e8
1 changed files with 1 additions and 0 deletions

View File

@ -424,6 +424,7 @@ outputs:
any_errors_fatal: yes
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
become: true
tasks:
{%- for role in roles %}
- include: {{role.name}}/host_prep_tasks.yaml