Add Windows Host

This commit is contained in:
madereddy
2023-12-14 15:27:40 -05:00
parent a80fba6b8b
commit 574fa1517a
5 changed files with 16 additions and 63 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
- name: Stop containers using Docker Compose
ansible.builtin.command:
cmd: docker compose down
chdir: /home/jeet/docker
chdir: ~/docker
ignore_errors: yes
- name: Remove build folder
ansible.builtin.file:
state: absent
path: /home/jeet/docker/
path: ~/docker/
force: true