Skip to content

Commit

Permalink
fix variables names
Browse files Browse the repository at this point in the history
  • Loading branch information
quidame committed Mar 27, 2021
1 parent b462308 commit 5ab067c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/mount/tasks/swapfile_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
- name: Assert that swap file is disabled and nothing changed
assert:
that:
- do_swap_3 is changed
- swap_info_3.stdout == swap_info_0.stdout
- swap_disabled_2 is not changed
- swap_info_4.stdout == swap_info_3.stdout


- name: Detach memory disk
Expand Down

0 comments on commit 5ab067c

Please sign in to comment.