Skip to content

Commit f376b70

Browse files
tomjelinekrichm
authored andcommitted
style: allow a long line in fixture_psks.yml
1 parent 95ee751 commit f376b70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tasks/fixture_psks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
__test_pacemaker_key_path: >-
5656
{{ __ha_cluster_work_dir.path }}/pacemaker-authkey
5757
__test_fence_xvm_key_path: "{{ __ha_cluster_work_dir.path }}/fence_xvm.key"
58+
# yamllint disable rule:line-length
5859
__supports_pqc: "{{ hostvars.keys() | list | map('extract', hostvars) | selectattr('__ha_cluster_supports_pqc', 'defined') | selectattr('__ha_cluster_supports_pqc') | list | length > 0 }}"
60+
# yamllint enable rule:line-length
5961
block:
6062
- name: List packages on the controller to see if OpenSSL is installed
6163
package_facts:

0 commit comments

Comments
 (0)