summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-19 00:43:58 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-19 00:43:58 +0200
commita270d065688b4f78047708f32322a5b96312e8fa (patch)
tree02dc87898acce81853b37af22a2a9178e06a3531 /roles
parentdec4c3e5abaa3f484e92d389fef255aa47b26016 (diff)
Ignore the failing task from the test as it is irrelevant to real PVE
Diffstat (limited to 'roles')
-rw-r--r--roles/proxmox-ve/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/proxmox-ve/tasks/main.yml b/roles/proxmox-ve/tasks/main.yml
index 1124df82..b7378a12 100644
--- a/roles/proxmox-ve/tasks/main.yml
+++ b/roles/proxmox-ve/tasks/main.yml
@@ -31,6 +31,8 @@
ansible.builtin.file:
path: "/etc/apt/sources.list"
mode: "0644"
+ tags:
+ - molecule-notest
- name: "Set management IP in /etc/hosts for PVE cert generation"
become: true