Skip to content

Commit 4806916

Browse files
committed
Remove with_flattened
1 parent dd73400 commit 4806916

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
ansible.builtin.group:
55
name: "{{ item }}"
66
system: true
7-
with_flattened:
8-
- "{{ autossh_tunnel_server_group }}"
9-
- "{{ autossh_tunnel_server_groups }}"
7+
with_items: "{{ [autossh_tunnel_server_group] + autossh_tunnel_server_groups }}"
108
tags:
119
- configuration
1210
- autossh-tunnel-server

0 commit comments

Comments
 (0)