@@ -0,0 +1,2 @@
+[local]
+localhost ansible_connection=local
@@ -0,0 +1,7 @@
+---
+- hosts: local
+ tasks:
+ - name: install cmztrix
+ ansible.builtin.apt:
+ name: cmatrix
+ state: present