install woodpecker agent
This commit is contained in:
parent
e6409a0a0e
commit
fef9b0866f
9 changed files with 126 additions and 6 deletions
|
|
@ -17,7 +17,7 @@
|
|||
- name: Add Docker PPA.
|
||||
apt_repository:
|
||||
# https://gist.github.com/rbq/886587980894e98b23d0eee2a1d84933
|
||||
repo: deb [arch=amd64] https://download.docker.com/{{ ansible_system | lower }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable
|
||||
repo: deb [arch=arm64] https://download.docker.com/{{ ansible_system | lower }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable
|
||||
state: present
|
||||
|
||||
- name: Install Docker, docker-compose & cron.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue