Skip to content

Commit

Permalink
Unhide the code to force got the error
Browse files Browse the repository at this point in the history
  • Loading branch information
y0rune committed Jan 7, 2023
1 parent bf001e0 commit 6d1d59f
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,25 @@
- "Alcohol"
delegate_to: localhost

# - name: Set blocked URL categories with idempotency
# cisco.meraki.meraki_mx_content_filtering:
# state: present
# auth_key: "{{ auth_key }}"
# org_name: "{{ test_org_name }}"
# net_name: "{{ test_net_name }}"
# category_list_size: full list
# blocked_categories:
# - "Adult"
# - "Advertisements"
# - "Alcohol"
# delegate_to: localhost
# register: category_idempotent
- name: Set blocked URL categories with idempotency
cisco.meraki.meraki_mx_content_filtering:
state: present
auth_key: "{{ auth_key }}"
org_name: "{{ test_org_name }}"
net_name: "{{ test_net_name }}"
category_list_size: full list
blocked_categories:
- "Adult"
- "Advertisements"
- "Alcohol"
delegate_to: localhost
register: category_idempotent

# - name: Assert category_idempotent
# ansible.builtin.assert:
# that:
# - category_idempotent is not changed
# - category_idempotent.data is defined
- name: Assert category_idempotent
ansible.builtin.assert:
that:
- category_idempotent is not changed
- category_idempotent.data is defined

- name: Set single allowed URL pattern with check mode
cisco.meraki.meraki_mx_content_filtering:
Expand Down

0 comments on commit 6d1d59f

Please sign in to comment.