feat: refactor AWX CronJobs as StatefulSets #145
sre-lint-playbooks.yaml
on: pull_request
Lint playbooks and roles in main directory
58s
Lint playbooks and roles in remote cluster directory
1m 15s
Annotations
1 error and 5 warnings
Lint playbooks and roles in main directory
Process completed with exit code 1.
|
internal-error:
playbooks/manage_recorders.yaml#L1
Unexpected error code 4 from execution of: ansible-playbook --syntax-check -vv playbooks/manage_recorders.yaml
|
no-changed-when:
roles/awx/tasks/delete_async.yaml#L2
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/awx/tasks/create_async.yaml#L150
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/awx/tasks/create_async.yaml#L100
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/awx/tasks/create_async.yaml#L49
Commands should not change things if nothing needs doing.
|