diff options
author | Pilou <pierre-louis@libregerbil.fr> | 2019-03-20 01:29:59 +0000 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2019-03-19 21:29:59 -0400 |
commit | dbb782a594533a426c622dad971509993569d34d (patch) | |
tree | 512c43cc8e129cb306e604d739148d2a63cf30fe /test/integration/targets/conditionals | |
parent | 3b8768158fa6321b77efd5a04a7062d4ba87c7ce (diff) | |
download | ansible-dbb782a594533a426c622dad971509993569d34d.tar.gz |
Conditional bare: fix typos (#53807)
Diffstat (limited to 'test/integration/targets/conditionals')
-rw-r--r-- | test/integration/targets/conditionals/play.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/targets/conditionals/play.yml b/test/integration/targets/conditionals/play.yml index e69e477ebe..10b24589a0 100644 --- a/test/integration/targets/conditionals/play.yml +++ b/test/integration/targets/conditionals/play.yml @@ -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 |