install woodpecker agent

This commit is contained in:
Jef Roosens 2023-12-30 16:51:31 +01:00
parent e6409a0a0e
commit fef9b0866f
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 126 additions and 6 deletions

View file

@ -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.