diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-17 08:19:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-17 08:19:44 +0300 |
commit | 76c2e42d7d83fe2b0b74e74bc73a14f76c720bb5 (patch) | |
tree | f9f162cb80bc435c76da415eb0d796ff5a8cb126 /.github/workflows/run.yml | |
parent | add requirements.yml (diff) | |
download | maintenance-76c2e42d7d83fe2b0b74e74bc73a14f76c720bb5.tar.gz maintenance-76c2e42d7d83fe2b0b74e74bc73a14f76c720bb5.zip |
workflows/ci: install newer collections
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/run.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 9cedd14..afc8f14 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -28,5 +28,7 @@ jobs: uses: webfactory/ssh-agent@v0.5.3 with: ssh-private-key: '${{ secrets.SSH_KEY }}' + - name: Install collections + run: make deps - name: Run Ansible play run: make run limit='${{ github.event.inputs.hosts }}' |