install-software.yml 127 B

1234567
  1. ---
  2. - hosts: local
  3. tasks:
  4. - name: install cmztrix
  5. ansible.builtin.apt:
  6. name: cmatrix
  7. state: present