Skip to content

Fix docker service stop #165

Fix docker service stop

Fix docker service stop #165

Workflow file for this run

name: ansible lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: write vault_pass to file
run: echo $VAULT_PASS >> vault_pass.txt
shell: bash
env:
VAULT_PASS : ${{ secrets.VAULT_PASS }}
- name: lint ansible playbooks
uses: ansible-community/[email protected]
with:
args: "playbooks/*"