760617f64b
Charm payloads now output to stdout, collectings the pod logs will help for diagnosing issues. Add constraints on ansible_compat because of a bug introduced on 4.0 Change-Id: I60cda7ece63d6cf7839f2de2eb70af29bb016cd6
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
flake8
|
|
# ansible-lint requires ansible>=2.9
|
|
ansible>=5,<6
|
|
# pin until https://github.com/ansible/ansible-lint/issues/2320 is fixed
|
|
ansible-lint>=6,<6.5
|
|
# ansible_compat v4 introduces a bug on prerun.py
|
|
ansible_compat>3,<=4
|
|
bashate>=0.2
|
|
|