summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/firewall/tasks/firewall-disable.yml2
-rw-r--r--ansible/roles/nexus/tasks/insert-images.yml1
2 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/firewall/tasks/firewall-disable.yml b/ansible/roles/firewall/tasks/firewall-disable.yml
index 5f1ab537..af8d4a1e 100644
--- a/ansible/roles/firewall/tasks/firewall-disable.yml
+++ b/ansible/roles/firewall/tasks/firewall-disable.yml
@@ -13,4 +13,4 @@
- name: Flush iptables
iptables:
flush: true
- changed_when: false # for idempotence
+ tags: molecule-idempotence-notest
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