From c52a35ff34eeb56dd30871edb2684a6744017e10 Mon Sep 17 00:00:00 2001 From: Sergii Korochkin Date: Thu, 21 Jan 2016 14:08:26 +0200 Subject: [PATCH] [hotfix] add missed playbook file --- test/integration/galaxy_playbook_git.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/integration/galaxy_playbook_git.yml diff --git a/test/integration/galaxy_playbook_git.yml b/test/integration/galaxy_playbook_git.yml new file mode 100644 index 00000000000..1d9b03b22a2 --- /dev/null +++ b/test/integration/galaxy_playbook_git.yml @@ -0,0 +1,5 @@ +- hosts: localhost + connection: local + + roles: + - "git-ansible-galaxy"