5 lines
104 B
Bash
5 lines
104 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "Starting ansible linter by Aaron Riedel"
|
||
|
echo ""
|
||
|
ansible-lint --profile $PLUGIN_PROFILE
|