diff --git a/tests/functional/setup.yml b/tests/functional/setup.yml index 2173a5fa1f..f8e2047d48 100644 --- a/tests/functional/setup.yml +++ b/tests/functional/setup.yml @@ -13,6 +13,11 @@ set_fact: is_atomic: '{{ stat_ostree.stat.exists }}' + - name: update the system + command: dnf update -y + changed_when: false + when: not is_atomic | bool + - name: get root mount information set_fact: rootmount: "{{ ansible_facts['mounts']|json_query('[?mount==`/`]|[0]') }}"