Add tidy role for http://www.html-tidy.org/
This commit is contained in:
parent
7404c0ae59
commit
c77b356968
@ -13,6 +13,7 @@
|
||||
- role: curl
|
||||
- role: fzf
|
||||
- role: git
|
||||
- role: tidy
|
||||
- role: tree
|
||||
|
||||
- role: llvm
|
||||
|
5
roles/tidy/tasks/Darwin.yaml
Normal file
5
roles/tidy/tasks/Darwin.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: install homebrew package
|
||||
homebrew:
|
||||
name: tidy-html5
|
||||
state: latest
|
5
roles/tidy/tasks/Debian.yaml
Normal file
5
roles/tidy/tasks/Debian.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: install apt package
|
||||
apt:
|
||||
name: tidy
|
||||
state: latest
|
2
roles/tidy/tasks/main.yaml
Normal file
2
roles/tidy/tasks/main.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include_tasks: '{{ansible_os_family}}.yaml'
|
Loading…
x
Reference in New Issue
Block a user