✏️ Minor change

This commit is contained in:
SebClem 2022-04-02 22:39:40 +02:00
parent a765cfde12
commit 33d9cf86b8
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
"recommendations": ["redhat.ansible", "dhoeric.ansible-vault", "esbenp.prettier-vscode"]
"recommendations": ["redhat.ansible", "esbenp.prettier-vscode"]
}

View File

@ -5,4 +5,4 @@ host_key_checking = True
vault_password_file = credentials/vault_token
roles_path = ./roles
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.