From 576e72e41b7952f0b308bc9966093ceaa95d1570 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 12 Sep 2025 20:41:47 +0200 Subject: [PATCH] Update meta and RAEDME --- README.md | 4 ++-- meta/main.yml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 meta/main.yml diff --git a/README.md b/README.md index 188df42..3fabe17 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Sets tmux as the default shell and enables mouse support Add this to requirements.yml: ``` -- src: git+http://git.internet-czas-dzialac.pl/icd/ansible-tmux.git +- src: git+https://git.internet-czas-dzialac.pl/kuba/ansible-tmux.git version: main - name: nginx + name: tmux ``` diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..3f5d00c --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,17 @@ +--- +galaxy_info: + author: kuba + description: sets up tmux + license: MIT + min_ansible_version: "2.12" + platforms: + - name: Debian + versions: + - bullseye + - bookworm + - name: Ubuntu + versions: + - focal + - jammy + +dependencies: []