4 lines
70 B
Bash
4 lines
70 B
Bash
|
#!/bin/bash
|
||
|
cd $(dirname $0)
|
||
|
ansible-lint -v -t bug ./oracle/roles/**
|