mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Drive-by lint fix, actually enforce line length
This commit is contained in:
@@ -11,4 +11,3 @@ rules:
|
|||||||
truthy: disable
|
truthy: disable
|
||||||
line-length:
|
line-length:
|
||||||
max: 170
|
max: 170
|
||||||
level: warning
|
|
||||||
|
|||||||
@@ -60,7 +60,10 @@
|
|||||||
|
|
||||||
- name: Set Init image URL
|
- name: Set Init image URL
|
||||||
set_fact:
|
set_fact:
|
||||||
_init_container_image: "{{ _custom_init_container_image | default(lookup('env', 'RELATED_IMAGE_AWX_INIT_CONTAINER')) | default(_default_init_container_image, true) }}"
|
_init_container_image: |
|
||||||
|
{{ _custom_init_container_image |
|
||||||
|
default(lookup('env', 'RELATED_IMAGE_AWX_INIT_CONTAINER')) |
|
||||||
|
default(_default_init_container_image, true) }}
|
||||||
|
|
||||||
- name: Set default redis image
|
- name: Set default redis image
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user