docker: Switch to docker compose plugin

This commit is contained in:
Jannik Beyerstedt 2024-01-20 19:51:51 +01:00
parent fe97b0ae76
commit ec682e500c
3 changed files with 26 additions and 25 deletions

View file

@ -1,6 +1,11 @@
---
# handlers file for server
- name: Update Apt Cache
become: true
ansible.builtin.apt:
update_cache: true
- name: Restart sshd
become: true
ansible.builtin.service: