feat: include an ansible_managed template value

This commit is contained in:
Price Hiller 2023-01-22 22:14:44 -06:00
parent c4d0385cf3
commit d5c04a8278

View File

@ -3,6 +3,7 @@ inventory = ./inventory.yml
stdout_callback=debug
stderr_callback=debug
display_skipped_hosts = False
ansible_managed=This file is under IaC control, all modifications WILL be lost!
[privelege_escalation]
become = True