This website requires JavaScript.
Explore
Help
Sign In
External-Mirrors
/
awx
Watch
2
Star
0
Fork
0
You've already forked awx
mirror of
https://github.com/ansible/awx.git
synced
2026-01-16 20:30:46 -03:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
awx
/
awx
/
lib
/
tower_display_callback
History
Matthew Jones
2621f48189
We specifically need to convert the ansible included file type
...
for include events
2017-02-01 15:30:22 -05:00
..
__init__.py
Flake8 fixes.
2016-10-28 21:58:24 -04:00
cleanup.py
Silently ignore psutil errors when the process is already gone
2017-01-30 13:39:05 -05:00
display.py
Split job event data between callback queue and stdout. Send most of event data directly over queue and capture only stdout/counter/start_line/end_line in celery task; recombine into single event in callback receiver.
2016-12-12 16:34:36 -05:00
events.py
Merge branch 'release_3.1.0' into multi_worker_callbacks
2017-01-18 20:39:15 -05:00
minimal.py
Add support for capturing stdout associated with job events and ad hoc command events.
2016-10-28 21:58:24 -04:00
module.py
We specifically need to convert the ansible included file type
2017-02-01 15:30:22 -05:00