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: []