Added ansible-parallel

Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
Marcin Woźniak 2023-07-04 11:29:58 +02:00
parent c9e356a584
commit c4c4482cba
2 changed files with 2 additions and 0 deletions

View File

@ -662,4 +662,5 @@ function! RemoveForti()
:%g/set comments .*/d :%g/set comments .*/d
:%s/edit .*/edit 0/g :%s/edit .*/edit 0/g
:%s/ \+//g :%s/ \+//g
:g/^$/d
endfunction endfunction

View File

@ -116,6 +116,7 @@ function install_black() {
function install_ansible() { function install_ansible() {
# Install Ansible # Install Ansible
pip3 install ansible ansible-lint ansible-core --pre --user --force --quiet pip3 install ansible ansible-lint ansible-core --pre --user --force --quiet
pip3 install ansible-parallel --pre --user --force --quiet
} }
function install_ansible-language-server() { function install_ansible-language-server() {