Merge "Use ansible module instead of command"
This commit is contained in:
commit
72261894f1
@ -99,14 +99,16 @@
|
|||||||
- healthcheck-repo-use
|
- healthcheck-repo-use
|
||||||
|
|
||||||
# Test utility-install.yml
|
# Test utility-install.yml
|
||||||
- name: Ensure utility container has clients
|
- name: Ensure utility and localhost are ready to run openstack calls
|
||||||
hosts: utility_all
|
hosts: utility_all:localhost
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure openstackclient is installed and in path
|
- name: Get openstack client config
|
||||||
command: which openstack
|
os_client_config:
|
||||||
register: _openstackclient
|
- name: Show openstack client config
|
||||||
|
debug:
|
||||||
|
var: openstack.clouds
|
||||||
|
verbosity: 1
|
||||||
tags:
|
tags:
|
||||||
- healthcheck
|
- healthcheck
|
||||||
- healthcheck-utility-install
|
- healthcheck-utility-install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user