diff --git a/resources/keystone_service_endpoint/actions/remove.yaml b/resources/keystone_service_endpoint/actions/remove.yaml index cf415ce2..8d366fa5 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 fbd9649d..2bc3143d 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 7f1884b4..de66259b 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 8d0f71a7..3a1b4959 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 61a8014f..d23e5958 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 3efd56e3..11ff2ad1 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