This commit is contained in:
@@ -9,20 +9,14 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Prepare
|
name: Prepare
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: cytopia/ansible:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Ansible
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
apt update -y
|
|
||||||
apt install software-properties-common -y
|
|
||||||
add-apt-repository --yes --update ppa:ansible/ansible
|
|
||||||
apt install ansible -y
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user