Skip to content

Update actions/setup-python action to v4.7.0 #3

Update actions/setup-python action to v4.7.0

Update actions/setup-python action to v4.7.0 #3

Workflow file for this run

---
name: Deploy diun
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/docker_compose_diun/**
- .github/workflows/diun.yaml
pull_request:
paths:
- roles/docker_compose_diun/**
- .github/workflows/diun.yaml
jobs:
diun:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: 3.x
- run: |
sed -i '/vars_files/I,+1 d' main.yaml
sed -i '/vault_password_file/d' ansible.cfg
pip install ansible
ansible-galaxy install --role-file requirements.yaml
ansible-playbook main.yaml --limit localhost --tags diun \
--extra-vars "telegram_token=ci telegram_chatids=ci"
docker ps --filter name=diun | grep --quiet diun