Skip to content
Snippets Groups Projects
Commit ad55683a authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

refactor: asserts again

parent 2515858e
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
name: wireguard name: wireguard
state: present state: present
# - name: Fail on spaces in overlay file names - name: Fail on spaces in config file names
# ansible.builtin.assert: ansible.builtin.assert:
# that: that:
# - "' ' not in item.key" - "' ' not in item.key"
# with_dict: "{{ wireguard }}" with_dict: "{{ wireguard }}"
# no_log: true no_log: true
- name: Template wireguard configs - name: Template wireguard configs
when: when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment