feat: depricate role update

This commit is contained in:
Simon Cornet 2025-11-01 21:22:51 +01:00
commit 0f10adc92a

View file

@ -7,15 +7,6 @@
serial: 1 serial: 1
tasks: tasks:
# due to semaphore bug we need to do this ourselves
- name: "force-update requirements"
ansible.builtin.command:
cmd: "ansible-galaxy install -f -r roles/requirements.yml"
become: false
delegate_to: "localhost"
changed_when: false
failed_when: false
# install updates # install updates
- name: "install updates" - name: "install updates"
tags: tags: