Commit ad55683a authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

refactor: asserts again

parent 2515858e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
    name: wireguard
    state: present

# - name: Fail on spaces in overlay file names
#   ansible.builtin.assert:
#     that:
#       - "' ' not in item.key"
#   with_dict: "{{ wireguard }}"
#   no_log: true
- name: Fail on spaces in config file names
  ansible.builtin.assert:
    that:
      - "' ' not in item.key"
  with_dict: "{{ wireguard }}"
  no_log: true

- name: Template wireguard configs
  when: