Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
25aa3892
Commit
25aa3892
authored
Dec 11, 2017
by
julian.gethmann
Browse files
Do not create backup files for .desktop files
parent
b07fa0e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/opera/tasks/opera.yml
View file @
25aa3892
...
...
@@ -116,4 +116,5 @@
owner
:
"
{{
user_account
}}"
group
:
users
mode
:
0744
backup
:
no
ignore_errors
:
yes
roles/pycharm/tasks/main.yml
View file @
25aa3892
...
...
@@ -26,7 +26,7 @@
template
:
src
:
PyCharm.desktop.j2
dest
:
"
/home/{{
user_account
}}/Desktop/PyCharm.desktop"
backup
:
yes
backup
:
no
owner
:
"
{{
user_account
}}"
group
:
users
mode
:
0744
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment