refactor(api_config): dont log data manipulation

!1
This commit is contained in:
2023-07-30 11:31:20 +09:30
parent 40e6299741
commit b0ce3b0022
3 changed files with 4 additions and 0 deletions

View File

@ -98,3 +98,4 @@
item_body: {}
create_item: {}
update_item: {}
no_log: true

View File

@ -42,3 +42,4 @@
- name: Clear temp vars
ansible.builtin.set_fact:
item_body: {}
no_log: true

View File

@ -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