diff --git a/softwares/dockerCE.sls b/softwares/dockerCE.sls index ab05a62..3af3dc5 100644 --- a/softwares/dockerCE.sls +++ b/softwares/dockerCE.sls @@ -11,9 +11,6 @@ cmd.run: - name: yum-config-manager -y --add-repo 'https://download.docker.com/linux/centos/docker-ce.repo' - include: - - linux.update - CentOS Docker CE installation: pkg.installed: - pkgs: @@ -48,6 +45,9 @@ - name: curl -fsSL 'https://download.docker.com/linux/debian/gpg' | apt-key add - - name: add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" + include: + - linux.update + Debian Docker CE installation: pkg.installed: - pkgs: