fix 🐛: Remove secrets.yml and task comment

This commit removes the inclusion of the `secrets.yml` variables file and comments out the associated task. This simplifies the project setup and addresses potential security concerns related to storing sensitive information in the codebase. The task is now commented out, effectively disabling it without removing the code.
This commit is contained in:
2025-12-14 10:03:00 +01:00
parent 066a599d9b
commit f6c9c70fcd

View File

@@ -7,8 +7,9 @@
admin_password: changeme
tasks:
- name: Import variables from Ansible vault
ansible.builtin.include_vars: secrets.yml
# - name: Import variables from Ansible vault
# ansible.builtin.include_vars:
# ../../secrets.yml
- name: debug secrets.yml"
ansible.builtin.debug: