Skip to content

Commit 9ba515d

Browse files
committed
[proot] standardize subset usage
1 parent a5d4b88 commit 9ba515d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runrole

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fi
152152
ARGS="$ARGS\"role_to_run\":\"$ROLE_NAME\"}" # $ROLE_NAME works like \"$ROLE_NAME\" if str type validated
153153
CMD="ansible-playbook -i $INVENTORY $PLAYBOOK --connection=local $ARGS"
154154
echo -e "\e[1mbash will now run this, adding single quotes around the {...} curly braces:\e[0m\n\n$CMD\n"
155-
ansible -m setup -a 'gather_subset=all,!hardware' -i $INVENTORY localhost --connection=local | grep python
155+
ansible -m setup -a 'gather_subset=!hardware,!network' -i $INVENTORY localhost --connection=local | grep python
156156
$CMD
157157

158158
# bash forces (NECESSARY) single quotes around {} at runtime (if $ARGS contains

0 commit comments

Comments
 (0)