Removing services role as it's being replaced by terraform
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 3s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s

This commit is contained in:
2025-04-23 22:14:50 -07:00
parent fcf7ded218
commit 2bbc9095f7
4 changed files with 0 additions and 44 deletions

View File

@@ -1,12 +0,0 @@
- name: Remove the docker containers and images
become: true
ansible.builtin.command:
cmd: docker compose down
args:
chdir: "{{ services.compose_dir }}"
register: down
changed_when: down.rc == 0
- name: Ensure docker dir is removed
ansible.builtin.file:
path: "{{ services.compose_dir }}"
state: absent