commit 427c1c727a94565644e79e8da4eae78adf6883c2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 4 16:48:09 2016 +0200
Add empty directory
roles/bugzilla/handlers/main.yml | 2 ++
roles/bugzilla/tests/inventory | 1 +
roles/bugzilla/tests/test.yml | 5 +++++
roles/bugzilla/vars/main.yml | 2 ++
4 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/roles/bugzilla/handlers/main.yml b/roles/bugzilla/handlers/main.yml
new file mode 100644
index 0000000..2c6e757
--- /dev/null
+++ b/roles/bugzilla/handlers/main.yml
@@ -0,0 +1,2 @@
+---
+# handlers file for bugzilla
diff --git a/roles/bugzilla/tests/inventory b/roles/bugzilla/tests/inventory
new file mode 100644
index 0000000..d18580b
--- /dev/null
+++ b/roles/bugzilla/tests/inventory
@@ -0,0 +1 @@
+localhost
\ No newline at end of file
diff --git a/roles/bugzilla/tests/test.yml b/roles/bugzilla/tests/test.yml
new file mode 100644
index 0000000..af91cf4
--- /dev/null
+++ b/roles/bugzilla/tests/test.yml
@@ -0,0 +1,5 @@
+---
+- hosts: localhost
+ remote_user: root
+ roles:
+ - bugzilla
\ No newline at end of file
diff --git a/roles/bugzilla/vars/main.yml b/roles/bugzilla/vars/main.yml
new file mode 100644
index 0000000..730e5b0
--- /dev/null
+++ b/roles/bugzilla/vars/main.yml
@@ -0,0 +1,2 @@
+---
+# vars file for bugzilla