ansible/bbb_install.yml

9 lines
112 B
YAML

---
- hosts: "{{ target }}"
remote_user: core
become: yes
roles:
- kwoodson.yedit
- bbb_install
...