diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-15 12:03:05 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-15 13:36:05 +0000 |
commit | f50fc86cb4898d3e69cb7490fb8af91047124f39 (patch) | |
tree | 29b87a345c064af7ede8e59964f4fba61681aa2f /ansible/roles/nexus/tasks | |
parent | 891163b7b4e6301d20b80b8154d641d10f03f6c1 (diff) |
[ANSIBLE] Fix idempotence deficiencies in 'firewall' and 'nexus' role
Change-Id: Id154423650483512aa04607f60b4001807be6721
Issue-ID: OOM-2237
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
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 |