diff --git a/resources/keystone_service_endpoint/actions/remove.yaml b/resources/keystone_service_endpoint/actions/remove.yaml index cf415ce..8d366fa 100644 --- a/resources/keystone_service_endpoint/actions/remove.yaml +++ b/resources/keystone_service_endpoint/actions/remove.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes vars: ip: {{ip}} diff --git a/resources/keystone_service_endpoint/actions/run.yaml b/resources/keystone_service_endpoint/actions/run.yaml index fbd9649..2bc3143 100644 --- a/resources/keystone_service_endpoint/actions/run.yaml +++ b/resources/keystone_service_endpoint/actions/run.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes tasks: - name: keystone service and endpoint diff --git a/resources/openrc_file/actions/remove.yaml b/resources/openrc_file/actions/remove.yaml index 7f1884b..de66259 100644 --- a/resources/openrc_file/actions/remove.yaml +++ b/resources/openrc_file/actions/remove.yaml @@ -1,4 +1,4 @@ -- hosts: [ {{ ip }} ] +- hosts: [ {{ host }} ] sudo: yes tasks: - file: path=/root/openrc state=absent diff --git a/resources/openrc_file/actions/run.yaml b/resources/openrc_file/actions/run.yaml index 8d0f71a..3a1b495 100644 --- a/resources/openrc_file/actions/run.yaml +++ b/resources/openrc_file/actions/run.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes vars: tenant: {{tenant}} diff --git a/resources/volume_group/actions/remove.yaml b/resources/volume_group/actions/remove.yaml index 61a8014..d23e595 100644 --- a/resources/volume_group/actions/remove.yaml +++ b/resources/volume_group/actions/remove.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes tasks: - name: remove VG diff --git a/resources/volume_group/actions/run.yaml b/resources/volume_group/actions/run.yaml index 3efd56e..11ff2ad 100644 --- a/resources/volume_group/actions/run.yaml +++ b/resources/volume_group/actions/run.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes tasks: - name: install dependencies