This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tasks: | |
start: | |
action: core.echo message="Automation Started....." | |
next: | |
- when: <% succeeded() %> | |
do: validate_input | |
- when: <% failed() %> | |
publish: | |
- error: | |
error_code: 500 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-cache depends python-pycurl | |
sudo apt-get install libcurl4-gnutls-dev | |
sudo apt-get install pycurl | |
sudo apt-get install libgnutls-dev | |
retry if still getting error, try this | |
apt-cache search gnutls | grep dev | |
install any missing packages |