mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Conditional bare: fix typos (#53807)
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
vars_files:
|
||||
- vars/main.yml
|
||||
tasks:
|
||||
- name: set conditial bare vars status
|
||||
- name: set conditional bare vars status
|
||||
set_fact:
|
||||
bare: "{{lookup('config', 'CONDITINAL_BARE_VARS')|bool}}"
|
||||
bare: "{{lookup('config', 'CONDITIONAL_BARE_VARS')|bool}}"
|
||||
|
||||
- name: test conditional '=='
|
||||
shell: echo 'testing'
|
||||
@@ -536,14 +536,14 @@
|
||||
- top is skipped
|
||||
- sub is skipped
|
||||
|
||||
- name: test that 'comparisson expression' item works with_items
|
||||
- name: test that 'comparison expression' item works with_items
|
||||
assert:
|
||||
that:
|
||||
- item
|
||||
with_items:
|
||||
- 1 == 1
|
||||
|
||||
- name: test that 'comparisson expression' item works in loop
|
||||
- name: test that 'comparison expression' item works in loop
|
||||
assert:
|
||||
that:
|
||||
- item
|
||||
|
||||
Reference in New Issue
Block a user