mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
7 lines
115 B
YAML
7 lines
115 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
tasks:
|
|
- name: Install docker python module
|
|
pip:
|
|
name: docker
|