aboutsummaryrefslogtreecommitdiffstats
path: root/apply_roles
diff options
context:
space:
mode:
Diffstat (limited to 'apply_roles')
-rwxr-xr-xapply_roles3
1 files changed, 3 insertions, 0 deletions
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
+
+
+
remember that computers suck.