]> git.phdru.name Git - ansible.git/commitdiff
Add debian-update-all-apt.sh
authorOleg Broytman <phd@phdru.name>
Thu, 11 Jul 2019 16:37:26 +0000 (19:37 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:36 +0000 (21:28 +0300)
playbooks/debian-update-all-apt.sh [new file with mode: 0755]

diff --git a/playbooks/debian-update-all-apt.sh b/playbooks/debian-update-all-apt.sh
new file mode 100755 (executable)
index 0000000..347012f
--- /dev/null
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec ansible-playbook -v debian-update-all-apt.yml | ${PAGER:-more}