mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Merge pull request #3474 from chrismeyersfsu/feature-workflows
workflows
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
||||
# - sync
|
||||
volumes:
|
||||
- "../:/tower_devel"
|
||||
privileged: true
|
||||
|
||||
# Postgres Database Container
|
||||
postgres:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
ansible-playbook -i "127.0.0.1," tools/git_hooks/pre_commit.yml
|
||||
#ansible-playbook -i "127.0.0.1," tools/git_hooks/pre_commit.yml
|
||||
|
||||
Reference in New Issue
Block a user