Skip to content

Commit

Permalink
scripts: add ansible-lint to update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jan 30, 2024
1 parent a2cd17b commit 7fd9a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ printf '' > /srv/git/saltbox/ansible-update.log
{
python3 -m pip install --no-cache-dir --disable-pip-version-check --upgrade --root-user-action=ignore virtualenv
/srv/ansible/venv/bin/python3 -m pip install --no-cache-dir --disable-pip-version-check --upgrade pip setuptools wheel
/srv/ansible/venv/bin/python3 -m pip install --no-cache-dir --disable-pip-version-check --upgrade ansible">=9.0.0,<10.0.0"
/srv/ansible/venv/bin/python3 -m pip install --no-cache-dir --disable-pip-version-check --upgrade ansible">=9.0.0,<10.0.0" ansible-lint
cp /srv/ansible/venv/bin/ansible* /usr/local/bin/
} >> /srv/git/saltbox/ansible-update.log 2>&1

Expand Down

0 comments on commit 7fd9a7b

Please sign in to comment.