Skip to content

Commit

Permalink
Test var
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Apr 2, 2024
1 parent 0df70d9 commit 9fbb4c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/targets/api/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
SN_PASSWORD: "{{ sn_password }}"

block:
- name: Debug
ansible.builtin.debug:
msg: "{{ sn_host[:2] }}"

- name: create user (object with encrypted fields)
servicenow.itsm.api:
resource: sys_user
Expand Down

0 comments on commit 9fbb4c1

Please sign in to comment.