Added ansible-parallel
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
parent
c9e356a584
commit
c4c4482cba
@ -662,4 +662,5 @@ function! RemoveForti()
|
||||
:%g/set comments .*/d
|
||||
:%s/edit .*/edit 0/g
|
||||
:%s/ \+//g
|
||||
:g/^$/d
|
||||
endfunction
|
||||
|
@ -116,6 +116,7 @@ function install_black() {
|
||||
function install_ansible() {
|
||||
# Install Ansible
|
||||
pip3 install ansible ansible-lint ansible-core --pre --user --force --quiet
|
||||
pip3 install ansible-parallel --pre --user --force --quiet
|
||||
}
|
||||
|
||||
function install_ansible-language-server() {
|
||||
|
Loading…
Reference in New Issue
Block a user