summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-09-10 13:54:11 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-09-10 13:54:31 +0300
commit03d8176a387e4cd3b07e58d1484090ec6ce71bfb (patch)
tree0f1537f8c40470484da138c41465d8e4be776b82
parentc47df92db67b8ec752865bc62442548f9b519fbe (diff)
downloadansibleness-03d8176a387e4cd3b07e58d1484090ec6ce71bfb.tar.gz
update: oomph2 to have ansible from buster-backports
-rw-r--r--ansible/oomph2.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/oomph2.yml b/ansible/oomph2.yml
index 917800c..4af385c 100644
--- a/ansible/oomph2.yml
+++ b/ansible/oomph2.yml
@@ -6,6 +6,14 @@
- unix_users
- self-updating-system
tasks:
+ - apt_repository:
+ repo: "deb http://deb.debian.org/debian buster-backports main"
+ - copy:
+ content: |
+ Package: ansible
+ Pin: release a=buster-backports
+ Pin-Priority: 900
+ dest: /etc/apt/preferences.d/50-train-dev.pref
- apt:
name:
- ansible
@@ -15,6 +23,8 @@
- kpartx
- moreutils
- genisoimage
+ - apt:
+ upgrade: yes
- copy:
content: |
options kvm-intel nested=1