This commit is contained in:
2022-09-16 10:43:00 +01:00
parent 7404c0ae59
commit c77b356968
4 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- name: install homebrew package
homebrew:
name: tidy-html5
state: latest

View File

@@ -0,0 +1,5 @@
---
- name: install apt package
apt:
name: tidy
state: latest

View File

@@ -0,0 +1,2 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'