ziion-tools/ansible/roles/common/tasks/install-bashrc.yml

7 lines
189 B
YAML
Raw Normal View History

- name: Configure bashrc lines
lineinfile:
path: "/home/{{ ziionos_user }}/.bashrc"
line: "{{ bash_line }}"
state: "{{ bash_line_state |default('present') }}"
backup: yes