This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
[misc]
|
||||
vmd98928.contaboserver.net
|
||||
vmd98928.contaboserver.net ansible_port=2309
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
# Before deploying the remaining configs below, we check that
|
||||
# Gitea is reachable at git.pbrinkmeier.de
|
||||
- name: Wait for gitea to be reachable
|
||||
check_mode: false
|
||||
ansible.builtin.uri:
|
||||
method: GET
|
||||
url: https://git.pbrinkmeier.de/api/v1/version
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
- lsb-release
|
||||
|
||||
- name: Retrieve Docker GPG key
|
||||
check_mode: false
|
||||
ansible.builtin.uri:
|
||||
url: https://download.docker.com/linux/debian/gpg
|
||||
return_content: true
|
||||
@@ -25,6 +26,7 @@
|
||||
creates: /usr/share/keyrings/docker-archive-keyring.gpg
|
||||
|
||||
- name: Retrieve dpkg architecture
|
||||
check_mode: false
|
||||
ansible.builtin.command: dpkg --print-architecture
|
||||
register: dpkg_architecture
|
||||
changed_when: false
|
||||
|
||||
Reference in New Issue
Block a user