mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add shell script to fast update ansible repo
This commit is contained in:
parent
c978c77796
commit
d4864eabdc
1 changed files with 3 additions and 0 deletions
3
update.sh
Executable file
3
update.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
git pull --rebase
|
||||
git submodule update --init --recursive
|
Loading…
Reference in a new issue