Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Dec 11, 2023
1 parent 32dba4b commit 565c90e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/targets/rds_cluster_modify/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

- name: Ensure the resource doesn't exist
rds_cluster:
id: '{{ cluster_id }}'
id: "{{ cluster_id }}"
state: absent
engine: '{{ engine}}'
username: '{{ username }}'
password: '{{ password }}'
engine: "{{ engine}}"
username: "{{ username }}"
password: "{{ password }}"
skip_final_snapshot: true
register: _result_delete_db_cluster

Expand Down

0 comments on commit 565c90e

Please sign in to comment.