ansible/tasks/general/personal-linux-config.yml

12 lines
416 B
YAML

---
- name: Ensure the personal-linux-config repositories is updated
ansible.builtin.git:
dest: /root/personal-linux-config
repo: https://git.bjphoster.com/b.pedini/personal-linux-config
clone: yes
update: yes
force: yes
- name: Ensure the config changes are deployed
ansible.builtin.shell:
cmd: sh -c "cd /root/personal-linux-config; bash /root/personal-linux-config/deploy.sh --server"