add just update
This commit is contained in:
parent
9e3069277d
commit
f8202aeb05
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
@ -13,6 +13,10 @@ roles:
|
|||
ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force
|
||||
fi
|
||||
|
||||
# Updates requirements.yml if there are any new tags available. Requires agru
|
||||
update:
|
||||
@agru -u
|
||||
|
||||
# Runs ansible-lint against all roles in the playbook
|
||||
lint:
|
||||
ansible-lint
|
||||
|
|
Loading…
Reference in a new issue