12 lines
140 B
YAML
12 lines
140 B
YAML
|
---
|
||
|
- name: install our repos
|
||
|
hosts: all
|
||
|
become: true
|
||
|
|
||
|
tasks:
|
||
|
|
||
|
- name: mount_info
|
||
|
include_tasks: yaml_sub/mount_info.yaml
|
||
|
|
||
|
|