Skip to content

Commit

Permalink
aoscx_vrf(rd): fix indent align
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Nov 14, 2023
1 parent 7833ac7 commit 1c5a601
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/integration/targets/aoscx_vrf/tests/api/rd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
state: create

- name: Assert that the previous task was idempotent
ansible.builtin.assert:
that:
- not result['changed']
ansible.builtin.assert:
that:
- not result['changed']

# Modify
- name: Modify vrf with RD
Expand All @@ -55,7 +55,7 @@

- name: Assert if vrf is not modifiy with rd
ansible.builtin.assert:
that:
that:
- "'ansible_vrf_test_1' in vrf_facts.ansible_facts.ansible_network_resources.vrfs"
- vrf_facts.ansible_facts.ansible_network_resources.vrfs.ansible_vrf_test_1.rd == '44:44'

Expand All @@ -67,9 +67,9 @@
state: create

- name: Assert that the previous task was idempotent
ansible.builtin.assert:
that:
- not result['changed']
ansible.builtin.assert:
that:
- not result['changed']

always:

Expand Down

0 comments on commit 1c5a601

Please sign in to comment.