Skip to content

Commit

Permalink
Fix Integration tests#2
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-ks committed Dec 4, 2024
1 parent 630917c commit 24baaf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
Site: "USA"
state: present
provider: "{{ nios_provider }}"
register: adminuser_create3
register: adminuser_create4

- name: Delete adminuser
infoblox.nios_modules.nios_adminuser:
Expand Down Expand Up @@ -147,5 +147,5 @@
- adminuser_delete1.changed
- not adminuser_delete2.changed
- adminuser_create3.changed
- not adminuser_create3.changed
- not adminuser_create4.changed
- adminuser_delete3.changed
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
department: 'IT'
description: 'This is an example VLAN'
reserved: true
state: absent
state: present
provider: "{{ nios_provider }}"
register: vlan_create1

Expand All @@ -29,7 +29,7 @@
department: 'IT'
description: 'This is an example VLAN'
reserved: true
state: absent
state: present
provider: "{{ nios_provider }}"
register: vlan_create2

Expand All @@ -45,7 +45,7 @@
comment: this is an example comment
extattrs:
Site: west-dc
state: absent
state: present
provider: "{{ nios_provider }}"
register: vlan_update1

Expand All @@ -61,7 +61,7 @@
comment: this is an example comment
extattrs:
Site: west-dc
state: absent
state: present
provider: "{{ nios_provider }}"
register: vlan_update2

Expand Down

0 comments on commit 24baaf5

Please sign in to comment.