From fb0c0b67a71e7b3564daaa30b54ec7aea44398a5 Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 11 Sep 2020 13:05:17 +0200 Subject: Remove wireguard for specific host. Though, should be made system agnostic or use a package name in a variable --- apply_roles | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apply_roles') diff --git a/apply_roles b/apply_roles index ad33233..8b0aa51 100755 --- a/apply_roles +++ b/apply_roles @@ -12,3 +12,6 @@ for role in ${1}; do ansible_args=$(echo "${@:2}") ansible-playbook ${ansible_args} --tags "${role}" done + + + -- cgit v1.2.3