diff --git a/playbooks/cmdb_drift_report.yml b/playbooks/cmdb_drift_report.yml index 4402f5c..d92f5ff 100644 --- a/playbooks/cmdb_drift_report.yml +++ b/playbooks/cmdb_drift_report.yml @@ -8,7 +8,7 @@ - name: run reconcile report as reachableceo ansible.builtin.command: 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 become: true become_user: reachableceo