software-infrastructure/roles/ericomeehan.ericomeehan/tasks/main.yml
2024-07-08 12:26:06 -04:00

28 lines
556 B
YAML

---
# tasks file for ericomeehan.ericomeehan
- name: Install user environment packages
apt:
name:
- zplug
- zsh
state: present
- name: Set default shell to zsh
user:
name: eric
shell: /bin/zsh
- name: Copy zsh configuration
copy:
src: files/zsrhc
dest: /home/eric/.zsrhc
- name: Install custom zsh prompt
copy:
src: files/prompt_eric_setup
dest: /usr/share/zsh/functions/Prompts/prompt_eric_setup
- name: Setup mobile command
include_tasks: mobile-command.yml
when: ansible_host == mobil_command