We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765ae36 commit ec7e535Copy full SHA for ec7e535
tests/tests_additional_packages.yml
@@ -26,4 +26,4 @@
26
- name: Verify the packages were installed
27
assert:
28
that:
29
- - "additional_package | trim in ansible_facts.packages"
+ - additional_package | trim in ansible_facts.packages
tests/tests_all_options.yml
@@ -85,6 +85,6 @@
85
- name: Verify the options are in the file
86
87
88
- - "item ~ ' yes' in config.content | b64decode "
+ - item ~ ' yes' in config.content | b64decode
89
loop:
90
"{{ ssh_options.stdout_lines }}"
0 commit comments