This commit is contained in:
@@ -18,10 +18,10 @@ jobs:
|
|||||||
- name: Install Ansible
|
- name: Install Ansible
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update -y
|
||||||
apt install software-properties-common
|
apt install software-properties-common -y
|
||||||
add-apt-repository --yes --update ppa:ansible/ansible
|
add-apt-repository --yes --update ppa:ansible/ansible
|
||||||
apt install ansible
|
apt install ansible -y
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user