mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
update periodic isolated cleanup to match the new paths post-runner
This commit is contained in:
@@ -56,12 +56,12 @@ by disabling some parts of the cleanup_isolated.yml playbook.
|
||||
|
||||
Example location of a private data directory:
|
||||
|
||||
`/tmp/ansible_awx_29_OM6Mnx/`
|
||||
`/tmp/awx_29_OM6Mnx/`
|
||||
|
||||
The following command would run the playbook corresponding to that job.
|
||||
|
||||
```bash
|
||||
ansible-runner start /tmp/ansible_awx_29_OM6Mnx/ -p some_playbook.yml
|
||||
ansible-runner start /tmp/awx_29_OM6Mnx/ -p some_playbook.yml
|
||||
```
|
||||
|
||||
Other ansible-runner commands include `start`, `is-alive`, and `stop`.
|
||||
|
||||
Reference in New Issue
Block a user