Markus Katharina Brechtel пре 4 година
родитељ
комит
71ef384930
1 измењених фајлова са 7 додато и 1 уклоњено
  1. +7
    -1
      tasks/main.yaml

+ 7
- 1
tasks/main.yaml Прегледај датотеку

@@ -1,6 +1,6 @@
---

- name: debian requirements
- name: debian package requirements
apt:
pkg:
- apt-transport-https
@@ -8,6 +8,7 @@
- curl
- gnupg2
- software-properties-common
- python3-pip

- name: debian repository key
apt_key:
@@ -22,3 +23,8 @@
- name: docker-ce
apt:
pkg: docker-ce

- name: docker python module for ansible
pip:
name: docker
executable: pip3

Loading…
Откажи
Сачувај