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
commitd936b86ead43f56b8315837ff976ef529d80e5e9 (patch)
tree02dc87898acce81853b37af22a2a9178e06a3531 /roles
parent506fee5f261b855ce2e3ed9f14330dbaddb6bdf3 (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