From 13e8732598404d59d4044dd5a6781b7447fae49b 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 0000000000..1d9b03b22a --- /dev/null +++ b/test/integration/galaxy_playbook_git.yml @@ -0,0 +1,5 @@ +- hosts: localhost + connection: local + + roles: + - "git-ansible-galaxy"