opentelekomcloud / ansible-collection-cloud

Ansible modules for using with OTC (addition to the native OpenStack modules)
Apache License 2.0
21 stars 14 forks source link

check mode not working for cbr_vault #271

Open BenjaminBoehm opened 1 year ago

BenjaminBoehm commented 1 year ago

Hi,

running a task with "opentelekomcloud.cloud.cbr_vault" via "ansible-playbook --check" already dissociate the resource from the cbr vault. It completely ignores check mode.

- name: Remove CBR vault association
  opentelekomcloud.cloud.cbr_vault:
    name: "vault_name"
    resource_ids:
      - "1804ff77-9695-4a4d-81eb-bf49d84bc578"
    action: "dissociate_resources"

Collection version: 0.14.0 Ansible Core Version: 2.14.5

Polina-Gubina commented 1 year ago

@BenjaminBoehm fixed, feel free to create issue in case of any future problems ;)