added debian restriction to apt instructions

This commit is contained in:
Bryan Joshua Pedini 2022-07-08 09:40:36 +02:00
parent b5767ace3a
commit 3591ffe76c
2 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,4 @@
- curl
- gnupg
- lsb-release
when: ansible_facts.os_family == "Debian"

View File

@ -7,3 +7,4 @@
- docker-ce-cli
- containerd.io
state: latest
when: ansible_facts.os_family == "Debian"