mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
Refactored tasks.py to a package
--- Added 3 new sub-package : awx.main.tasks.system , awx.main.tasks.jobs , awx.main.tasks.receptor --- Modified the functional tests and unit tests accordingly
This commit is contained in:
@@ -130,7 +130,7 @@ a telnet session:
|
||||
```python
|
||||
# awx/main/tasks.py
|
||||
|
||||
class SomeTask(awx.main.tasks.BaseTask):
|
||||
class SomeTask(awx.main.tasks.jobs.BaseTask):
|
||||
|
||||
def run(self, pk, **kwargs):
|
||||
# This will set a breakpoint and open an interactive Python
|
||||
|
||||
Reference in New Issue
Block a user