Update codeblocks again.
This commit is contained in:
parent
573e381b5e
commit
4ead77b5d0
1 changed files with 3 additions and 2 deletions
|
@ -125,13 +125,14 @@
|
||||||
url: "http://livebox.pn.steinbeis.schule/codeblocks/CodeBlocks.zip"
|
url: "http://livebox.pn.steinbeis.schule/codeblocks/CodeBlocks.zip"
|
||||||
dest: /tmp/CodeBlocks.zip
|
dest: /tmp/CodeBlocks.zip
|
||||||
use_proxy: False
|
use_proxy: False
|
||||||
when: codeblocks_version.stdout is not search('svn13456')
|
register: new_codeblocks
|
||||||
|
when: codeblocks_version.stdout is not search('svn13496')
|
||||||
|
|
||||||
- name: Unpack zip archive and install packages manually
|
- name: Unpack zip archive and install packages manually
|
||||||
shell:
|
shell:
|
||||||
cmd: unzip -d /tmp/cb/ CodeBlocks.zip && dpkg -i cb/*.deb
|
cmd: unzip -d /tmp/cb/ CodeBlocks.zip && dpkg -i cb/*.deb
|
||||||
chdir: /tmp/
|
chdir: /tmp/
|
||||||
when: codeblocks_version.stdout is not search('svn13456')
|
when: new_codeblocks.changed | default(false)
|
||||||
when: groups.PCroom is defined and inventory_hostname in groups.PCroom
|
when: groups.PCroom is defined and inventory_hostname in groups.PCroom
|
||||||
|
|
||||||
## Temporarily fix boot order
|
## Temporarily fix boot order
|
||||||
|
|
Loading…
Add table
Reference in a new issue