9 lines
182 B
YAML
9 lines
182 B
YAML
---
|
|
- hosts: tipi
|
|
become: yes
|
|
|
|
tasks:
|
|
- import_tasks: ./tasks/common/essential.yml
|
|
- import_tasks: ./tasks/common/docker.yml
|
|
# - name: Reboot machine
|
|
# reboot:
|