feat: enhance command execution with error handling and add Ansible task for Docker repository checkout
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
@@ -4,3 +4,12 @@
|
||||
- openssh-server
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Ensure checkout docker /mnt/services repository
|
||||
ansible.builtin.git:
|
||||
repo: "https://git.mvl.sh/vleeuwenmenno/services.git"
|
||||
dest: "/mnt/services"
|
||||
update: true
|
||||
version: "main"
|
||||
register: git_result
|
||||
changed_when: git_result.changed
|
||||
|
Reference in New Issue
Block a user