diff --git a/tests/ansible/integration/action/remote_expand_user.yml b/tests/ansible/integration/action/remote_expand_user.yml index 85990264..e524a7a1 100644 --- a/tests/ansible/integration/action/remote_expand_user.yml +++ b/tests/ansible/integration/action/remote_expand_user.yml @@ -8,12 +8,12 @@ - name: "Find out root's homedir." # Runs first because it blats regular Ansible facts with junk, so # non-become run fixes that up. - setup: gather_subset=min + setup: become: true register: root_facts - name: "Find regular homedir" - setup: gather_subset=min + setup: register: user_facts # ------------------------