Revert "Manage the state of the apt_key"

This reverts commit c2cf7ec8bf.

Cause different Dell's repos might have the same key…
This commit is contained in:
Jeremy Gardais 2019-04-10 10:58:58 +02:00
parent c2cf7ec8bf
commit 9b4b1b3efa
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
* Install libxslt1.1 as dependency for om.* apps. * Install libxslt1.1 as dependency for om.* apps.
* Manage systemd service that provide the web interface. * Manage systemd service that provide the web interface.
* Manage dataeng service to be able to use OpenManage apps. * Manage dataeng service to be able to use OpenManage apps.
* Manage the state of the apt_key.
## v1.0.2 ## v1.0.2

View File

@ -23,7 +23,6 @@
url: '{{ item.key_url | d(omit) }}' url: '{{ item.key_url | d(omit) }}'
id: '{{ item.key_id | d(omit) }}' id: '{{ item.key_id | d(omit) }}'
keyserver: '{{ item.key_keyserver | d(omit) }}' keyserver: '{{ item.key_keyserver | d(omit) }}'
state: '{{ item.state | d("present") }}'
with_flattened: with_flattened:
- '{{ openmanage__repositories }}' - '{{ openmanage__repositories }}'
register: openmanage__register_key register: openmanage__register_key