From: Oleg Broytman Date: Thu, 11 Jul 2019 16:37:26 +0000 (+0300) Subject: Add debian-update-all-apt.sh X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=c10375953ae261430e1b2bf7554973f0bdf47ded;p=ansible.git Add debian-update-all-apt.sh --- diff --git a/playbooks/debian-update-all-apt.sh b/playbooks/debian-update-all-apt.sh new file mode 100755 index 0000000..347012f --- /dev/null +++ b/playbooks/debian-update-all-apt.sh @@ -0,0 +1,2 @@ +#! /bin/sh +exec ansible-playbook -v debian-update-all-apt.yml | ${PAGER:-more}