os_coe_cluster: Retrive id/uuid correctly

Fix https://github.com/ansible/ansible/issues/67576

Change-Id: I59b07a8733d549015ed1999e30970d1131c82f99
Signed-off-by: Bharat Kunwar <brtknr@bath.edu>
This commit is contained in:
Bharat Kunwar
2020-02-25 14:25:11 +00:00
parent 78937f4d41
commit 050acb6c03
2 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- os_coe_cluster: Retrieve the correct id/uuid depending on whether it is a create/get request.