[#454] fix: absolute path (gather_facts off, ansible_env unavailable)
ci / audit (push) Successful in 49s

https://projects.knownelement.com/issues/454
This commit is contained in:
2026-09-05 22:08:30 -05:00
parent 75b42c7e46
commit acd3463371
+1 -1
View File
@@ -8,7 +8,7 @@
- name: run reconcile report as reachableceo - name: run reconcile report as reachableceo
ansible.builtin.command: ansible.builtin.command:
cmd: > cmd: >
bash {{ ansible_env.HOME }}/projects/KNEL/OAM/inventory/scripts/reconcile-report.sh bash /home/reachableceo/projects/KNEL/OAM/inventory/scripts/reconcile-report.sh
--out /var/log/glpi-reconcile/report-manual-latest.md --out /var/log/glpi-reconcile/report-manual-latest.md
become: true become: true
become_user: reachableceo become_user: reachableceo