mirror of
https://github.com/CentOS/ansible-role-mbs
synced 2026-02-02 18:19:58 +08:00
11 lines
241 B
YAML
11 lines
241 B
YAML
---
|
|
|
|
- name: Local test to get the mbs-install-platform.sh file in /tmp
|
|
connection: ansible.netcommon.network_cli
|
|
gather_facts: false
|
|
hosts: localhost
|
|
vars_files:
|
|
- defaults/main.yml
|
|
tasks:
|
|
- include_tasks: tasks/local.yml
|