mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
11 lines
208 B
YAML
11 lines
208 B
YAML
---
|
|
- hosts: containers
|
|
become: false
|
|
gather_facts: true
|
|
tasks:
|
|
- debug:
|
|
msg: play1
|
|
|
|
- name: Test
|
|
command: nvram get vts_rulelist
|
|
when: inventory_hostname in groups['router'] |