diff options
author | Miklós Fazekas <mfazekas@szemafor.com> | 2021-01-09 14:18:15 +0100 |
---|---|---|
committer | Miklós Fazekas <mfazekas@szemafor.com> | 2021-01-09 14:18:15 +0100 |
commit | 37300f94c82ee0abbfd920361dbb68057386300b (patch) | |
tree | 3b863307c4fe04bdcf2b69dfe50cacdfb93113a7 | |
parent | e3fa37b368b8d380be84fb378bc980c691fadf47 (diff) | |
download | net-ssh-37300f94c82ee0abbfd920361dbb68057386300b.tar.gz |
Ansible
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6714ef1..f2eea9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: run: | python -m pip install --upgrade pip pip install ansible urllib3 pyOpenSSL ndg-httpsclient pyasn1 + ansible-galaxy install rvm.ruby + ansible-playbook ./test/integration/playbook.yml -i "localhost," --become -c local -e 'no_rvm=true' - name: Run Tests run: bundle exec rake test - name: Run Tests |