1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

remove stupid scripts

This commit is contained in:
Chris Meyers 2016-09-16 08:52:54 -04:00
parent c6e1135022
commit 64c91e1c1d
2 changed files with 0 additions and 10 deletions

View File

@ -1,2 +0,0 @@
#!/bin/bash
#ansible-playbook -i "127.0.0.1," tools/git_hooks/pre_commit.yml

View File

@ -1,8 +0,0 @@
- hosts: all
connection: local
gather_facts: false
tasks:
- name: lint check w/ flake8
command: 'flake8 {{ playbook_dir }}/../../'
register: result