Skip to content

Commit

Permalink
tests: remove deprecated 'always_run'
Browse files Browse the repository at this point in the history
This commit replaces the deprecated 'always_run' in tests/setup.yml and
with 'check_mode: no'

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 805dccb)
  • Loading branch information
guits authored and dsavineau committed Apr 15, 2020
1 parent 731341c commit 94d9944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- name: check if it is Atomic host
stat: path=/run/ostree-booted
register: stat_ostree
always_run: true
check_mode: no

- name: set fact for using Atomic host
set_fact:
Expand Down

0 comments on commit 94d9944

Please sign in to comment.