From 7b6eb347aa49f0e3e065ca3b01e549a7dac3d73b Mon Sep 17 00:00:00 2001 From: Wolfgang Hotwagner Date: Mon, 22 May 2023 14:45:23 +0000 Subject: [PATCH] removed unused directories --- handlers/main.yml | 2 -- meta/main.yml | 8 ++++---- tests/inventory | 2 -- tests/test.yml | 5 ----- 4 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 handlers/main.yml delete mode 100644 tests/inventory delete mode 100644 tests/test.yml diff --git a/handlers/main.yml b/handlers/main.yml deleted file mode 100644 index d316efc..0000000 --- a/handlers/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -# handlers file for aecid-tools diff --git a/meta/main.yml b/meta/main.yml index c572acc..5f909b0 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + author: Wolfgang Hotwagner + description: Installs tmux, tmuxinator and vim + company: Austrian Institute of Technology # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,7 +14,7 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: GPL-3.0-only min_ansible_version: 2.1 diff --git a/tests/inventory b/tests/inventory deleted file mode 100644 index 878877b..0000000 --- a/tests/inventory +++ /dev/null @@ -1,2 +0,0 @@ -localhost - diff --git a/tests/test.yml b/tests/test.yml deleted file mode 100644 index 755a6f0..0000000 --- a/tests/test.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- hosts: localhost - remote_user: root - roles: - - aecid-tools