Skip to content

Commit

Permalink
issue #477: Ansible 2.3 did not support gather_facts min subset.
Browse files Browse the repository at this point in the history
  • Loading branch information
dw committed Jan 27, 2019
1 parent b0ec398 commit 7d1b0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ansible/integration/action/remote_expand_user.yml
Expand Up @@ -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

# ------------------------
Expand Down

0 comments on commit 7d1b0e0

Please sign in to comment.