vn-ansible/linux-config-repo-vn.yaml

19 lines
480 B
YAML
Raw Normal View History

2023-10-11 11:45:13 +00:00
---
2023-12-19 14:55:30 +00:00
- hosts: '{{ ip_addr }}'
2023-10-11 11:45:13 +00:00
become: yes
become_method: sudo
gather_facts: no
tasks:
2024-02-15 16:13:48 +00:00
- name: "[CONFIG REPO VN] Comprobando si es necesario configurar repositorios"
debug:
msg: "No es necesario configurar repositorios en la máquina"
when: repo-vn_enabled is not defined or not repo-vn_enabled
2023-10-18 10:26:07 +00:00
- name: "[CONFIG REPO VN] Add-repos-vn"
import_role:
name: config-repo-vn
2024-02-15 17:10:07 +00:00
when: repo-vn_enabled is defined and repo-vn_enabled