Skip to content
GitLab
Menu
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 @@
...
@@ -116,4 +116,5 @@
owner
:
"
{{
user_account
}}"
owner
:
"
{{
user_account
}}"
group
:
users
group
:
users
mode
:
0744
mode
:
0744
backup
:
no
ignore_errors
:
yes
ignore_errors
:
yes
roles/pycharm/tasks/main.yml
View file @
25aa3892
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
template
:
template
:
src
:
PyCharm.desktop.j2
src
:
PyCharm.desktop.j2
dest
:
"
/home/{{
user_account
}}/Desktop/PyCharm.desktop"
dest
:
"
/home/{{
user_account
}}/Desktop/PyCharm.desktop"
backup
:
yes
backup
:
no
owner
:
"
{{
user_account
}}"
owner
:
"
{{
user_account
}}"
group
:
users
group
:
users
mode
:
0744
mode
:
0744
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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