Commit 3ce407a9 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: gpg package don't exist on older debians

  The gpg is normally pre-installed already, so no need to install it.
parent 7847aa96
- apt: name=gpg state=present
when: ansible_distribution == "Debian"
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