12 lines
224 B
YAML
12 lines
224 B
YAML
---
|
|
|
|
# execute this role
|
|
- name: "install and configure Pangolin"
|
|
hosts: "all"
|
|
become: true
|
|
tasks:
|
|
|
|
# execute role
|
|
- name: "install and configure Pangolin"
|
|
ansible.builtin.include_role:
|
|
name: "."
|