diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-15 14:41:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-12-15 14:41:01 +0000 |
commit | 732739edbfff31e7740a07a6ccc5453543e78716 (patch) | |
tree | 9fbca1c7624ce7ae0f0281d3a88aa7567fdc5a01 /ansible/roles/nexus/tasks | |
parent | ee6e8b633b149282aaf21e386800d3627a72d5f8 (diff) | |
parent | f50fc86cb4898d3e69cb7490fb8af91047124f39 (diff) |
Merge "[ANSIBLE] Fix idempotence deficiencies in 'firewall' and 'nexus' role" into istanbul
Diffstat (limited to 'ansible/roles/nexus/tasks')
-rw-r--r-- | ansible/roles/nexus/tasks/insert-images.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/roles/nexus/tasks/insert-images.yml b/ansible/roles/nexus/tasks/insert-images.yml index bf1a7fa6..44b8272d 100644 --- a/ansible/roles/nexus/tasks/insert-images.yml +++ b/ansible/roles/nexus/tasks/insert-images.yml @@ -19,4 +19,3 @@ load_path: "{{ item.path }}" source: load timeout: 120 - changed_when: false # for idempotence |