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