Merge "playbooks: roles: Drop explicit 'delegate_to' options"

This commit is contained in:
Zuul 2018-06-23 10:41:42 +00:00 committed by Gerrit Code Review
commit 76deff21d5
3 changed files with 0 additions and 3 deletions

View File

@ -100,5 +100,4 @@
root_gb: 10
wait: "{{ wait_for_node_deploy }}"
timeout: " {{ wait_timeout | default(1800) }}"
delegate_to: localhost
when: instance_info is not defined or ( instance_info is defined and instance_info | to_json == '{}' )

View File

@ -43,4 +43,3 @@
name: "{{ name | default() }}"
state: absent
instance_info: "{}"
delegate_to: localhost

View File

@ -45,4 +45,3 @@
state: absent
nics: "{{ nics }}"
driver_info: "{}"
delegate_to: localhost