Add python boto lib installation

This commit is contained in:
Nana Janashia
2021-04-03 18:39:08 +02:00
parent 78fbc1f580
commit 7061560918

View File

@@ -35,6 +35,7 @@ pipeline {
remote.user = user remote.user = user
sshCommand remote: remote, command: "ls -l" sshCommand remote: remote, command: "ls -l"
sshCommand remote: remote, command: "pip3 install boto3 botocore"
sshCommand remote: remote, command: "ansible-playbook docker-and-compose.yaml" sshCommand remote: remote, command: "ansible-playbook docker-and-compose.yaml"
} }
} }