Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
34017cb2
Commit
34017cb2
authored
Nov 08, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PyCharm to current Professional version and make Inovesa idempotent
parent
923ffc8e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
roles/inovesa/tasks/main.yml
roles/inovesa/tasks/main.yml
+2
-0
roles/pycharm/tasks/main.yml
roles/pycharm/tasks/main.yml
+2
-2
roles/pycharm/vars/main.yml
roles/pycharm/vars/main.yml
+1
-1
No files found.
roles/inovesa/tasks/main.yml
View file @
34017cb2
...
...
@@ -64,11 +64,13 @@
args
:
chdir
:
/usr/local/Inovesa/
creates
:
/usr/local/Inovesa/Makefile
register
:
cmake
-
name
:
make Inovesa
become
:
yes
make
:
chdir
:
/usr/local/Inovesa
when
:
cmake.changed
-
name
:
link inovesa
become
:
yes
...
...
roles/pycharm/tasks/main.yml
View file @
34017cb2
...
...
@@ -16,12 +16,12 @@
src
:
/tmp/pycharm.tar.gz
dest
:
/usr/local/pycharm
remote_src
:
yes
creates
:
"
/usr/local/{{
pycharm_name
}}"
creates
:
"
/usr/local/
pycharm/
{{
pycharm_name
|
regex_replace('-professional')
}}"
-
name
:
link PyCharm
become
:
yes
file
:
mode
:
o+rx
path
:
/usr/local/bin/pycharm
src
:
"
/usr/local/pycharm/{{
pycharm_name
}}/bin/pycharm.sh"
src
:
"
/usr/local/pycharm/{{
pycharm_name
|
regex_replace('-professional')
}}/bin/pycharm.sh"
state
:
link
roles/pycharm/vars/main.yml
View file @
34017cb2
---
pycharm_name
:
pycharm-
community
-2017.2.4
pycharm_name
:
pycharm-
professional
-2017.2.4
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