@ -98,3 +98,4 @@
|
||||
item_body: {}
|
||||
create_item: {}
|
||||
update_item: {}
|
||||
no_log: true
|
||||
|
@ -42,3 +42,4 @@
|
||||
- name: Clear temp vars
|
||||
ansible.builtin.set_fact:
|
||||
item_body: {}
|
||||
no_log: true
|
||||
|
@ -44,6 +44,7 @@
|
||||
executable: bash
|
||||
register: itarate_id
|
||||
changed_when: false
|
||||
no_log: true
|
||||
when: >
|
||||
glpi_search.json | length | int > 1
|
||||
and
|
||||
@ -98,6 +99,7 @@
|
||||
executable: bash
|
||||
register: itarate_id
|
||||
changed_when: false
|
||||
no_log: true
|
||||
when: >
|
||||
glpi_search.json | length | int > 1
|
||||
and
|
||||
|
Reference in New Issue
Block a user