Update Sharepoint.yaml

This commit is contained in:
2025-08-14 07:05:56 +00:00
parent 1cea2e8bc2
commit 071c243f73

View File

@@ -67,7 +67,7 @@
return_content: true return_content: true
status_code: 200 status_code: 200
register: lists_probe register: lists_probe
no_log: true no_log: false
- name: Show lists (sanitized) - name: Show lists (sanitized)
run_once: true run_once: true
@@ -85,7 +85,7 @@
return_content: true return_content: true
status_code: 200 status_code: 200
register: cols_probe register: cols_probe
no_log: true no_log: false
- name: Print internal names - name: Print internal names
run_once: true run_once: true
@@ -113,7 +113,7 @@
RunEnd: "{{ run_end }}" RunEnd: "{{ run_end }}"
Notes: "{{ summary_text }}" Notes: "{{ summary_text }}"
register: sp_create register: sp_create
no_log: true no_log: false
rescue: rescue:
- name: Sanitize and print the error - name: Sanitize and print the error