We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208d277 commit 3fab5bfCopy full SHA for 3fab5bf
.github/workflows/main.yml
@@ -24,23 +24,6 @@ jobs:
24
edge.yml
25
worker.yml
26
27
- play-ubuntu-18:
28
- runs-on: ubuntu-18.04
29
- needs: lint
30
- steps:
31
- - uses: actions/checkout@v2
32
- - name: Remove existing K8s installations
33
- run: sudo apt auto-remove kubectl ansible containernetworking-plugins -y
34
- - name: Install Ansiblev2.9
35
- run: sudo apt install python3-setuptools && sudo pip3 install ansible==2.9
36
- - name: Replace hosts file
37
- run: sudo cp ./tests/hosts.yml ./playbook/inventory/hosts.yml
38
- - name: Run MiCADO Playbook
39
- uses: dawidd6/action-ansible-playbook@v2
40
- with:
41
- directory: ./playbook/
42
- playbook: project/micado.yml
43
-
44
play-ubuntu-20:
45
runs-on: ubuntu-20.04
46
needs: lint
0 commit comments