docker: Switch to docker compose plugin
This commit is contained in:
parent
fe97b0ae76
commit
ec682e500c
3 changed files with 26 additions and 25 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue