We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f722e58 commit e6cf1b4Copy full SHA for e6cf1b4
roles/common/tasks/manifest_tests.yml
@@ -2,7 +2,7 @@
2
- name: "Check manifest {{ manifest.name }}"
3
vars:
4
expected_count: "{{ manifest.expected_number | default(1) | int }}"
5
- actual_count: "{{ available_manifests | select('search', '^'+manifest.name ) | length }}"
+ actual_count: "{{ available_manifests | select('search', '^' + manifest.name) | length }}"
6
block:
7
- name: |
8
TEST Get {{ manifest.name }} {{ expected_count }} packagemanifest
0 commit comments