This commit is contained in:
Calvin Steenbergen 2025-04-03 19:35:19 +02:00
parent f0fb0431b6
commit f97193b5f9

View file

@ -1,6 +1,7 @@
---
- hosts: "{{ target_hosts }}"
- hosts: docker_servers
become: true
become_user: stackautomation
tasks:
- name: Update apt cache
ansible.builtin.apt: