diff options
author | Jan Benedikt <j.benedikt@partner.samsung.com> | 2020-02-10 15:15:41 +0100 |
---|---|---|
committer | Jan Benedikt <j.benedikt@partner.samsung.com> | 2020-04-29 12:46:09 +0000 |
commit | b745738e477b3641558a82529fe26c9f58a5a85b (patch) | |
tree | 1999d9479a7d1da58731cf02545197e3b5f8cc4b /ansible/roles/certificates/handlers | |
parent | 2b0fb491053859a114064c4b4847916d909a5bec (diff) |
Adding Ubuntu support in Ansible - certificates role
Extending ansible playbooks of ubuntu support.
Creating new test with Ubuntu image for Molecule in certificates role.
Issue-ID: OOM-1671
Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
Change-Id: I82f0f8590812c277f2969d71f95fb6475c72f7c8
Diffstat (limited to 'ansible/roles/certificates/handlers')
-rw-r--r-- | ansible/roles/certificates/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/certificates/handlers/main.yml b/ansible/roles/certificates/handlers/main.yml index 579b5228..ed80f53f 100644 --- a/ansible/roles/certificates/handlers/main.yml +++ b/ansible/roles/certificates/handlers/main.yml @@ -1,5 +1,5 @@ --- - name: Extract root certificate - command: /usr/bin/update-ca-trust extract + command: "{{ extract_root_cert[ansible_os_family].update_command }}" changed_when: true # this handler is executed just when there is a new cert notify: Restart Docker |