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

This commit is contained in:
2025-03-10 20:23:15 +01:00
parent 6f2ec615ce
commit ee064f521b
2 changed files with 16 additions and 1 deletions

View File

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