mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 16:37:30 -02:30
isolated ramparts: replace systemd unit with a tower-expect binary
instead of launching isolated tasks via `systemctl`, treat `awx.main.isolated.run` as an executable that knows how to daemonize additionally, add `setup.py isolated_build` for isolated Tower source distribution
This commit is contained in:
@@ -66,6 +66,6 @@ This should give a shell to the `tools_isolated_1` container, as the
|
||||
The following command would run the playbook for job 57.
|
||||
|
||||
```bash
|
||||
systemctl start playbook@57.service
|
||||
tower-expect start 57
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user