8 lines
133 B
YAML
8 lines
133 B
YAML
---
|
|
- hosts: all
|
|
module_defaults:
|
|
apt:
|
|
force_apt_get: true
|
|
roles:
|
|
- role: kotovalexarian.common
|
|
tags: common
|