Skip to content

Commit

Permalink
Fix module args for CI job, remove quotes from when clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Igshaan Mesias authored and imesias committed Aug 28, 2022
1 parent fb5751f commit 4bbebed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
rds_cluster:
id: "{{ new_cluster_id }}"
state: present
engine: "{{ engine }}"
db_cluster_parameter_group_name: "{{ new_db_parameter_group_name }}"
apply_immediately: True
register: _result_modify_db_parameter_group_name
Expand Down

0 comments on commit 4bbebed

Please sign in to comment.