Minor formatting etc

This commit is contained in:
lif
2025-10-17 15:14:44 +01:00
parent 492318c2e1
commit 967d77789d
4 changed files with 12 additions and 12 deletions

View File

@@ -5,14 +5,6 @@
roles:
tasks:
- name: Upload Prometheus configuration
copy:
src: files/prometheus.yml
dest: ~/prometheus.yml
owner: root
group: root
mode: '0644'
- name: Deploy myappstack stack from compose file
community.docker.docker_stack:
name: myappstack