We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d4b88 commit 9ba515dCopy full SHA for 9ba515d
runrole
@@ -152,7 +152,7 @@ fi
152
ARGS="$ARGS\"role_to_run\":\"$ROLE_NAME\"}" # $ROLE_NAME works like \"$ROLE_NAME\" if str type validated
153
CMD="ansible-playbook -i $INVENTORY $PLAYBOOK --connection=local $ARGS"
154
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
+ansible -m setup -a 'gather_subset=!hardware,!network' -i $INVENTORY localhost --connection=local | grep python
156
$CMD
157
158
# bash forces (NECESSARY) single quotes around {} at runtime (if $ARGS contains
0 commit comments