✏️ Minor change
This commit is contained in:
parent
a765cfde12
commit
33d9cf86b8
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"recommendations": ["redhat.ansible", "dhoeric.ansible-vault", "esbenp.prettier-vscode"]
|
"recommendations": ["redhat.ansible", "esbenp.prettier-vscode"]
|
||||||
}
|
}
|
||||||
|
@ -5,4 +5,4 @@ host_key_checking = True
|
|||||||
vault_password_file = credentials/vault_token
|
vault_password_file = credentials/vault_token
|
||||||
roles_path = ./roles
|
roles_path = ./roles
|
||||||
force_color = true
|
force_color = true
|
||||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
|
ansible_managed = This file is managed by ansible, don't make changes here - they will be overwritten.
|
||||||
|
Loading…
Reference in New Issue
Block a user