caddy: make plugin list configureable (fixes #4)
This commit is contained in:
parent
3720b6bf73
commit
06cd3d3076
4 changed files with 8 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
|||
repo: "deb [arch={{ dpkg_arch.stdout }}] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable"
|
||||
state: present
|
||||
when: ansible_facts['lsb']['id'] != "Raspbian"
|
||||
- name: docker - Add docker CE repo (Rasbian)
|
||||
- name: docker - Add docker CE repo (Raspbian)
|
||||
become: yes
|
||||
apt_repository:
|
||||
repo: "deb [arch={{ dpkg_arch.stdout }}] https://download.docker.com/linux/raspbian {{ ansible_distribution_release }} stable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue