summaryrefslogtreecommitdiff
path: root/roles/core
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-18 13:30:11 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-18 13:30:11 +0100
commitffd24886ef132250bbc2035e7dd509a07d87e31f (patch)
treed637a16741b17a6c29f8b2acd5697a96bd283637 /roles/core
parentch-equinox-t450s: install skopeo (diff)
fixup! disable phased updates for ubuntu jammy
Diffstat (limited to 'roles/core')
-rw-r--r--roles/core/base/tasks/Debian.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/core/base/tasks/Debian.yml b/roles/core/base/tasks/Debian.yml
index 9c056225..fac16599 100644
--- a/roles/core/base/tasks/Debian.yml
+++ b/roles/core/base/tasks/Debian.yml
@@ -11,8 +11,8 @@
when: 'ansible_distribution == "Ubuntu"'
copy:
content: |
- Update-Manager::Always-Include-Phased-Updates;
- APT::Get::Always-Include-Phased-Updates;
+ Update-Manager::Always-Include-Phased-Updates "true";
+ APT::Get::Always-Include-Phased-Updates "true";
dest: /etc/apt/apt.conf.d/03no-phased-updates
- name: install base system tools