Add "managed by Ansible" notice to all template files
Included comments at the top of all template files indicating that they are managed by Ansible and should not be edited manually. This ensures clarity and avoids unintended manual modifications.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# This file is managed by ansible. Do not edit it by hand
|
||||
APP_ENV=prod
|
||||
APP_DEBUG=false
|
||||
TRUSTED_PROXIES=10.0.0.0/8,192.168.0.0/16,172.16.0.0/16
|
||||
|
Reference in New Issue
Block a user