Format files with ansible-lint
This commit is contained in:
parent
adde4e32c1
commit
855bafee5b
@ -1,3 +1,5 @@
|
||||
---
|
||||
exclude_paths:
|
||||
- ".ansible/"
|
||||
- "galaxy.roles/"
|
||||
- "Taskfile.yml"
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
app_name: "homepage"
|
||||
app_user: "{{ app_name }}"
|
||||
base_dir: "/home/{{ app_user }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user