Files
LLM-Labs-Local/ansible/roles/common/handlers/main.yml
T

11 lines
289 B
YAML

---
# Handlers for common role
- name: Update PATH in shell config
ansible.builtin.debug:
msg: "PATH will be updated in next shell session"
- name: Shell updated
ansible.builtin.debug:
msg: "Shell configuration updated. Please restart your shell for changes to take effect."