6 lines
118 B
Bash
6 lines
118 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "Starting ansible linter by Aaron Riedel"
|
||
|
echo ""
|
||
|
cd /drone/src
|
||
|
ansible-lint --profile $PLUGIN_PROFILE
|