summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-17 18:23:08 +0000
committerLars Wirzenius <liw@liw.fi>2024-02-17 18:23:08 +0000
commited875e9f46a2c56fed4650a3f7eb75cb84622373 (patch)
tree05737e35e6c1aad4df446a5dae2fcd8c5b0c8eb8
parent6b397ad7cb914bcd9ab3b0a324f0a8a8045aaf7d (diff)
parenta06114a17564d22cd3ef54a4835c7fa640468073 (diff)
downloadpuomi-main.tar.gz
Merge branch 'fix-subplot' into 'main'HEADmain
fix: puomi.subplot "author" -> "authors" See merge request larswirzenius/puomi!25
-rw-r--r--puomi-playbook.yml10
-rw-r--r--puomi.subplot3
2 files changed, 12 insertions, 1 deletions
diff --git a/puomi-playbook.yml b/puomi-playbook.yml
index 73b6c30..8b4f470 100644
--- a/puomi-playbook.yml
+++ b/puomi-playbook.yml
@@ -13,6 +13,16 @@
apt_repository:
repo: |
deb http://deb.debian.org/debian {{ hostvars[inventory_hostname]["ansible_distribution_release"] }} contrib non-free
+ update_cache: no
+
+ - name: "update apt lists"
+ shell: |
+ set -xeu
+ ls -la /etc
+ rm /etc/resolv.conf
+ echo nameserver 8.8.8.8 > /etc/resolv.conf
+ apt-get update
+ echo update done
- name: "install software"
apt:
diff --git a/puomi.subplot b/puomi.subplot
index a8d7f11..97e1a84 100644
--- a/puomi.subplot
+++ b/puomi.subplot
@@ -1,5 +1,6 @@
title: "Puomi---a simple router"
-author: The Puomi project
+authors:
+ - The Puomi project
markdowns:
- puomi.md
bindings: