summaryrefslogtreecommitdiffstats
path: root/roles/pve-lxc/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-16 16:45:53 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-16 17:03:28 +0200
commit4b8654a2b0edc90798372cba357f23b15b51657c (patch)
treee7f176ccc1a3f32d4ee4ed8ffc2f5fb7f8aa6109 /roles/pve-lxc/tasks
parent756dc388bedf97b68449e919a6730788f730c7b8 (diff)
Add pve-ssh support with hardening
Diffstat (limited to 'roles/pve-lxc/tasks')
-rw-r--r--roles/pve-lxc/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/pve-lxc/tasks/main.yml b/roles/pve-lxc/tasks/main.yml
index b719bfd0..12a2e814 100644
--- a/roles/pve-lxc/tasks/main.yml
+++ b/roles/pve-lxc/tasks/main.yml
@@ -64,9 +64,9 @@
debian|ubuntu) apt-get install -y python3 ;;
*) echo "Unsupported distro: $ID" && exit 1 ;;
esac;
- echo "python3 installed"'
- register: cgit_python_bootstrap
- changed_when: "'python3 installed' in cgit_python_bootstrap.stdout"
+ echo "installed"'
+ register: pve_lxc_bootstrap
+ changed_when: "'installed' in pve_lxc_bootstrap.stdout"
tags:
# PVE API not available in containers — requires proxmox-ve package
- "molecule-notest"