feat: update to debian bookworm

This commit is contained in:
Aravinth Manivannan 2023-10-12 20:47:07 +05:30
parent 458d774f99
commit 1158590b7f
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,4 @@
---
# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
@ -29,10 +28,10 @@
name: docker-ce
update_cache: true
- name: Install Docker Module for Python
become: true
ansible.builtin.pip:
name: docker
#- name: Install Docker Module for Python
# become: true
# community.general.pipx:
# name: docker
- name: Ensure docker group is present
become: true

View File

@ -17,7 +17,7 @@ variable "libvirt_pool_path" {
variable "libvirt_debian_src" {
description = "Location of Debian 11 qcow2 image"
type = string
default = "/home/atm/disk-images/debian/11/cloud/debian-11-genericcloud-amd64.qcow2"
default = "/home/atm/disk-images/debian/12/clould/debian-12-generic-amd64.qcow2"
}
/* demo server */