Manage the state of the apt_key

This commit is contained in:
Jeremy Gardais 2019-04-02 15:00:38 +02:00
parent 6cd69cfacb
commit c2cf7ec8bf
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* 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,6 +23,7 @@
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