Add apt_key to a specific keyring file

This commit is contained in:
Jeremy Gardais 2019-04-10 14:23:21 +02:00
parent 40f2a09c8f
commit bec4a29bc7
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## v1.X.Y
## v1.1.0
### Enhancements
* Allow to install web interface for OMSA.

View File

@ -22,6 +22,7 @@
apt_key:
url: '{{ item.key_url | d(omit) }}'
id: '{{ item.key_id | d(omit) }}'
keyring: '/etc/apt/trusted.gpg.d/linux.dell.com.gpg'
keyserver: '{{ item.key_keyserver | d(omit) }}'
with_flattened:
- '{{ openmanage__repositories }}'