jjb: Correct param builds for linux 6.9-rc1
[lttng-ci.git] / automation / ansible / playbooks / delete-dot-lttng.yml
1 ---
2 - name: Delete .lttng folder for the jenkins user
3 hosts: all
4
5 tasks:
6 - name: delete .lttng folder
7 file:
8 path: /home/jenkins/.lttng
9 state: absent
This page took 0.029533 seconds and 4 git commands to generate.