Deprecating old stuff that isnt used anymore
This commit is contained in:
6
deprecated/playbooks/check-syntax.sh
Executable file
6
deprecated/playbooks/check-syntax.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
for f in `find -name '*.yml'`; do
|
||||
echo ansible-playbook -i hosts.ini --syntax-check $f
|
||||
ansible-playbook -i hosts.ini --syntax-check $f
|
||||
done
|
||||
Reference in New Issue
Block a user