Compare commits

..

No commits in common. "427eca8cc931a488614256c2adaa2e882aafde19" and "eec548f5c145f5dab7135cb2df19ec18a7dda15b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ python3 -m venv ~/.venv/ansible &> /dev/null
~/.venv/ansible/bin/pip3 install cryptography dnspython hvac jmespath netaddr pexpect &> /dev/null ~/.venv/ansible/bin/pip3 install cryptography dnspython hvac jmespath netaddr pexpect &> /dev/null
~/.venv/ansible/bin/pip3 install ansible &> /dev/null ~/.venv/ansible/bin/pip3 install ansible &> /dev/null
~/.venv/ansible/bin/ansible-galaxy collection install community.general containers.podman --upgrade &> /dev/null ~/.venv/ansible/bin/ansible-galaxy collection install ansible.posix containers.podman --upgrade &> /dev/null
mkdir -p ~/.ansible &> /dev/null mkdir -p ~/.ansible &> /dev/null

View File

@ -8,8 +8,8 @@
community.general.archive: community.general.archive:
path: path:
- "~/data/minecraft" - "~/data/minecraft"
exclusion_patterns: exclude_path:
- "minecraft/plugins/dynmap/web/tiles" - "~/data/minecraft/plugins/dynmap/web/tiles"
dest: "~/data/backups/minecraft-{{ ansible_facts.date_time.date }}.zip" dest: "~/data/backups/minecraft-{{ ansible_facts.date_time.date }}.zip"
format: zip format: zip