summaryrefslogtreecommitdiffstats
path: root/roles/pve-lxc/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pve-lxc/tasks/main.yml')
-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"