Add a role for portshaker.
This commit is contained in:
10
ansible/roles/portshaker/files/myrepo
Normal file
10
ansible/roles/portshaker/files/myrepo
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
. /usr/local/share/portshaker/portshaker.subr
|
||||
if [ "$1" != '--' ]; then
|
||||
err 1 "Extra arguments"
|
||||
fi
|
||||
shift
|
||||
method="git"
|
||||
git_clone_uri="https://code.fizz.buzz/talexander/ta_ports.git"
|
||||
git_branch="master"
|
||||
run_portshaker_command $*
|
||||
Reference in New Issue
Block a user