1
0

Format files with ansible-lint

This commit is contained in:
2025-05-06 11:20:00 +03:00
parent adde4e32c1
commit 855bafee5b
3 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,6 @@
ungrouped:
hosts:
server:
ansible_host: '158.160.46.255'
ansible_user: 'major'
ansible_host: "158.160.46.255"
ansible_user: "major"
ansible_become: true