Hi Team,
What is the difference between below awx-manage command
awx-manage cleanup_jobs --days 60 --jobs vs
awx-manage cleanup_jobs --days 60
Thank you in Advance!!
Regards,
Chandrashekar B
Hi Team,
What is the difference between below awx-manage command
awx-manage cleanup_jobs --days 60 --jobs vs
awx-manage cleanup_jobs --days 60
Thank you in Advance!!
Regards,
Chandrashekar B
passing --jobs means it will only delete objects of type Job (that is, jobs ran from a Job Template), and won’t delete Project Updates, Inventory Updates, System Jobs, etc.
AWX Team