feat: added molecule testing
This commit is contained in:
parent
c3fc60e33d
commit
917c04ed7e
5 changed files with 97 additions and 7 deletions
8
molecule/default/converge.yml
Normal file
8
molecule/default/converge.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
- name: "converge"
|
||||
hosts: "all"
|
||||
become: true
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: "siempie.atuin"
|
||||
Loading…
Add table
Add a link
Reference in a new issue