Pulizia generale dei ruoli: le installazioni systemwide sono nel deploy di ansible_mgmt.

This commit is contained in:
Emiliano Vavassori 2024-12-26 00:11:15 +01:00
parent 24908aa484
commit 353f316c1e
71 changed files with 5 additions and 885 deletions

View file

@ -1,15 +0,0 @@
---
# Installing antidote.
- name: Creating destination folder
ansible.builtin.file:
dest: "{{ lookup('ansible.builtin.env', 'HOME') }}/.zsh/antidote"
state: directory
mode: '0755'
- name: Installing antidote with git
# noqa: latest[git]
ansible.builtin.git:
repo: "https://github.com/mattmc3/antidote.git"
dest: "{{ lookup('ansible.builtin.env', 'HOME') }}/.zsh/antidote"
depth: 1