Skip to content

Commit

Permalink
Remove with_flattened
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jul 21, 2022
1 parent dd73400 commit 4806916
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
ansible.builtin.group:
name: "{{ item }}"
system: true
with_flattened:
- "{{ autossh_tunnel_server_group }}"
- "{{ autossh_tunnel_server_groups }}"
with_items: "{{ [autossh_tunnel_server_group] + autossh_tunnel_server_groups }}"
tags:
- configuration
- autossh-tunnel-server
Expand Down

0 comments on commit 4806916

Please sign in to comment.