Commit 3cc8b3ff authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: better message

parent 1d4eb790
......@@ -3,6 +3,7 @@
command: apt-get update -y --allow-releaseinfo-change
when: ansible_os_family == "Debian" or ansible_os_family == "Linuxmint"
- apt: name=gpg state=present
- name: Install gpg using apt
apt: name=gpg state=present
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "10"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment