Compare commits
2 Commits
bb16a1d323
...
84bca3e26f
Author | SHA1 | Date |
---|---|---|
Patrick Neff | 84bca3e26f | |
Patrick Neff | 8c966bbb70 |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"*.yml": "ansible"
|
||||
}
|
||||
}
|
|
@ -25,4 +25,5 @@
|
|||
- whois
|
||||
- fzf
|
||||
- nano
|
||||
- lsb_release
|
||||
state: present
|
||||
|
|
|
@ -1 +1 @@
|
|||
- include_tasks: "{{ ansible_facts['lsb']['id'] }}.yml"
|
||||
- include_tasks: "{{ ansible_distribution }}.yml"
|
||||
|
|
Loading…
Reference in New Issue