Skip to content
Snippets Groups Projects
Commit d7b53f1f authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: create bash_aliases.sh file if it doesn't exist, so writing to it doesn't fail

parent 2a0c3c9c
No related branches found
No related tags found
1 merge request!2merge feat_ND-2363_ND-2323 into master
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
- name: add more Bash aliases - name: add more Bash aliases
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
path: "/etc/profile.d/bash_aliases.sh" path: "/etc/profile.d/bash_aliases.sh"
create: true
owner: "root" owner: "root"
group: "root" group: "root"
mode: "0644" mode: "0644"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment