Skip to content
Snippets Groups Projects
Commit d05f7b8b authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: file name

parent 3af1d3d0
No related branches found
No related tags found
No related merge requests found
Pipeline #3527 passed
......@@ -29,9 +29,9 @@
cd ~
# Bash-Completion funktioniert ab 2020.2 anders, s. Abschnitt AUTOCOMPLETION in perldoc bin/subapp_rosetta.pl und bin/disapp_rosetta.pl
- name: configure .bash-profile for DisApp user
- name: configure .bash_profile for DisApp user
ansible.builtin.blockinfile:
path: "/home/{{ vault_disapp_user }}/.bash-profile"
path: "/home/{{ vault_disapp_user }}/.bash_profile"
backup: "no"
create: "yes"
owner: "{{ vault_disapp_user }}"
......@@ -81,9 +81,9 @@
cd ~
# Bash-Completion funktioniert ab 2020.2 anders, s. Abschnitt AUTOCOMPLETION in perldoc bin/subapp_rosetta.pl und bin/disapp_rosetta.pl
- name: configure .bash-profile for SubApp user
- name: configure .bash_profile for SubApp user
ansible.builtin.blockinfile:
path: "/home/{{ vault_subapp_user }}/.bash-profile"
path: "/home/{{ vault_subapp_user }}/.bash_profile"
backup: "no"
create: "yes"
owner: "{{ vault_subapp_user }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment