Salt formula pour install docker

This commit is contained in:
CLEMENT Iwan
2018-11-11 19:24:53 +01:00
parent e45e4fd4e5
commit 89db4daa73

View File

@@ -91,7 +91,9 @@ Lets start docker:
- name: systemctl start docker - name: systemctl start docker
Lets install docker with pip: Lets install docker with pip:
cmd.run: pip.installed:
- name: pip.install docker - name: docker
# cmd.run:
# - name: pip install docker
{% endif %} {% endif %}