Minor changes

This commit is contained in:
2025-08-25 15:51:53 -04:00
parent 846496d618
commit 3fad0e1124
3 changed files with 19 additions and 2 deletions

View File

@@ -10,6 +10,12 @@
- backup_name_prefix
- max_backups_kept
- name: Make sure backup dir exists
ansible.builtin.file:
path: "{{ backup_rules['backup_dir'] }}"
state: directory
recurse: true
- name: Stop the running container
community.docker.docker_container:
name: "{{ backup_rules.container_name }}"