We'll want it on both router devices, even if it's for slightly different
purposes.
- name: Install libs7comm.so
- hosts: domoticamachines
+ hosts:
+ - domoticamachines
+ - routers
tasks:
- name: Install git
community.general.pkgng:
dest: /usr/local/lib/libs7comm.so.0.0
state: link
become: true
+ - name: git checkout libs7comm-python
+ ansible.builtin.git:
+ repo: 'https://github.com/kprovost/libs7comm-python.git'
+ dest: /home/kp/libs7comm-python