1 2 3 4 5 6 7
- name: Install tmux plugin manager ansible.builtin.git: repo: 'https://github.com/tmux-plugins/tpm' dest: "~/.tmux/plugins/tpm" version: master tags: - tmux