Compare commits
No commits in common. "84bca3e26fefced67066a043340626739a37c428" and "bb16a1d323da9e21788bb2f67d37299ee10b2269" have entirely different histories.
84bca3e26f
...
bb16a1d323
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"*.yml": "ansible"
|
||||
}
|
||||
}
|
|
@ -25,5 +25,4 @@
|
|||
- whois
|
||||
- fzf
|
||||
- nano
|
||||
- lsb_release
|
||||
state: present
|
||||
|
|
|
@ -1 +1 @@
|
|||
- include_tasks: "{{ ansible_distribution }}.yml"
|
||||
- include_tasks: "{{ ansible_facts['lsb']['id'] }}.yml"
|
||||
|
|
Loading…
Reference in New Issue