Skip to content

Commit

Permalink
Add mso_login_domain as a variable to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot committed Jun 25, 2020
1 parent 5ebd7ee commit 232b872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/mso_label/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
mso_label:
<<: *domain_label_absent
label: ansible_test4
login_domain: test
login_domain: '{{ mso_login_domain | default("test") }}'

# ADD LABEL
- name: Add label (check_mode)
Expand Down Expand Up @@ -328,7 +328,7 @@
mso_label:
<<: *domain_label_present
label: ansible_test4
login_domain: test
login_domain: '{{ mso_login_domain | default("test") }}'
register: label_test_domain

- name: Verify label_test_domain
Expand Down

0 comments on commit 232b872

Please sign in to comment.