update isolated task execution for ansible-runner

This commit is contained in:
Ryan Petrello
2019-03-01 13:08:26 -05:00
committed by chris meyers
parent 8fb65b40de
commit 602ef9750f
20 changed files with 190 additions and 1344 deletions

View File

@@ -61,7 +61,7 @@ Example location of a private data directory:
The following command would run the playbook corresponding to that job.
```bash
awx-expect start /tmp/ansible_awx_29_OM6Mnx/
ansible-runner start /tmp/ansible_awx_29_OM6Mnx/ -p some_playbook.yml
```
Other awx-expect commands include `start`, `is-alive`, and `stop`.
Other ansible-runner commands include `start`, `is-alive`, and `stop`.