Encrypt sensitive information

This commit is contained in:
madereddy
2023-12-12 13:23:20 -05:00
parent 95f555d23f
commit ae114f866c
5 changed files with 272 additions and 8 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/OCI_Build/docker
chdir: /home/jeet/docker
ignore_errors: yes
- name: Remove build folder
ansible.builtin.file:
state: absent
path: /home/jeet/OCI_Build/
path: /home/jeet/docker/
force: true