mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
pep8 fixing
This commit is contained in:
@@ -205,10 +205,10 @@ def main():
|
|||||||
state=dict(choices=['present', 'absent'], default='present'),
|
state=dict(choices=['present', 'absent'], default='present'),
|
||||||
)
|
)
|
||||||
mutually_exclusive = [("unified_job_template", "approval_node")]
|
mutually_exclusive = [("unified_job_template", "approval_node")]
|
||||||
required_if=[
|
required_if = [
|
||||||
['state', 'absent', ['identifier']],
|
['state', 'absent', ['identifier']],
|
||||||
['state', 'present', ['identifier']],
|
['state', 'present', ['identifier']],
|
||||||
['state', 'present', ['unified_job_template', 'approval_node', 'success_nodes', 'always_nodes', 'failure_nodes'], 'true'],
|
['state', 'present', ['unified_job_template', 'approval_node', 'success_nodes', 'always_nodes', 'failure_nodes'], 'true'],
|
||||||
]
|
]
|
||||||
|
|
||||||
# Create a module for ourselves
|
# Create a module for ourselves
|
||||||
|
|||||||
Reference in New Issue
Block a user