Skip to content

Commit

Permalink
updated tests file to use lists for list type parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
daarrn committed Jun 3, 2024
1 parent 89448ee commit 8ade933
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/targets/win_ag_listener/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
ag_name: "{{ ag_name }}"
listener_name: "{{ listener_name }}"
port: "{{ port }}"
ip_address: "192.168.6.9"
subnet_mask: "255.255.255.0"
ip_address:
- "192.168.6.9"
subnet_mask:
- "255.255.255.0"
tags: ["ag_listener"]
block:
- name: Enable hadr
Expand Down

0 comments on commit 8ade933

Please sign in to comment.