diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-03-26 09:07:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 09:07:18 +0000 |
commit | fc7ca30540c2cd926346b27c9d4656272ca70e96 (patch) | |
tree | 01d8842e9f6ad9d93b712eb83a7c660dae6629b0 /ansible/infrastructure.yml | |
parent | 63750134d02b6cdf34172afa055e44f65025fbc7 (diff) | |
parent | 200ae72c05772dab23923bc74c88c8691f7224fc (diff) |
Merge "Fixing some yaml-lint warnings"
Diffstat (limited to 'ansible/infrastructure.yml')
-rw-r--r-- | ansible/infrastructure.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml index 83e185fe..18290ae4 100644 --- a/ansible/infrastructure.yml +++ b/ansible/infrastructure.yml @@ -20,6 +20,8 @@ roles: - docker tasks: - - import_tasks: roles/certificates/tasks/upload_root_ca.yml + - include_role: + name: certificates + tasks_from: upload_root_ca.yml vars: certificates_local_dir: certs |