Skip to content

Move showcase server #42

Move showcase server

Move showcase server #42

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible
- name: Playbook Test
run: |
echo "password" > vault_password.txt
ansible-playbook --syntax-check test.yml