mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
10 lines
140 B
YAML
10 lines
140 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
tags:
|
|
- rackspace
|
|
roles:
|
|
- role: test_rax
|
|
tags: test_rax
|