Skip to content

Commit

Permalink
[setup] Add default unttaged tag
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jun 28, 2024
1 parent b9b9c02 commit c94e3b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ i2c_scan
trap "" ERR
set +eE

# Set default Ansible tag
ansible_tags=(--tags unttaged)

if [ "$SCENARIO_FOUND" == "false" ]; then
# shellcheck source=tui/language.sh
source tui/language.sh
Expand Down

0 comments on commit c94e3b3

Please sign in to comment.