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:
parent
c2cf7ec8bf
commit
9b4b1b3efa
|
@ -7,7 +7,6 @@
|
|||
* Install libxslt1.1 as dependency for om.* apps.
|
||||
* Manage systemd service that provide the web interface.
|
||||
* Manage dataeng service to be able to use OpenManage apps.
|
||||
* Manage the state of the apt_key.
|
||||
|
||||
## v1.0.2
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
url: '{{ item.key_url | d(omit) }}'
|
||||
id: '{{ item.key_id | d(omit) }}'
|
||||
keyserver: '{{ item.key_keyserver | d(omit) }}'
|
||||
state: '{{ item.state | d("present") }}'
|
||||
with_flattened:
|
||||
- '{{ openmanage__repositories }}'
|
||||
register: openmanage__register_key
|
||||
|
|
Loading…
Reference in New Issue