Skip to content

Commit

Permalink
Update default ansible to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Aug 6, 2024
1 parent 5a4e8fa commit 97f3c43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ubuntu/focal-desktop/variables.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ container_base_img = "src-base-ubuntu_focal-desktop:latest"
vagrant_base_img = "ubuntu/focal64"
extra_packages = "gdm3 xfce4 xrdp xauth xorgxrdp"
extra_post_commands = "update-alternatives --set x-session-manager /usr/bin/xfce4-session"
workspace_ansible_version = "9.0.0"
workspace_ansible_version = "9.1.0"
2 changes: 1 addition & 1 deletion ubuntu/focal/variables.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ img_tag = "ubuntu_focal"
container_base_img = "src-base-ubuntu_focal:latest"
vagrant_base_img = "ubuntu/focal64"
extra_packages = ""
workspace_ansible_version = "9.0.0"
workspace_ansible_version = "9.1.0"
2 changes: 1 addition & 1 deletion ubuntu/jammy/variables.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ img_tag = "ubuntu_jammy"
container_base_img = "src-base-ubuntu_jammy:latest"
vagrant_base_img = "ubuntu/jammy64"
extra_packages = ""
workspace_ansible_version = "9.0.0"
workspace_ansible_version = "9.1.0"
2 changes: 1 addition & 1 deletion ubuntu/src-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variable "enabled_sources" {
}

variable "workspace_ansible_version" {
default = "9.0.0"
default = "9.1.0"
type = string
}

Expand Down

0 comments on commit 97f3c43

Please sign in to comment.