mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-01-31 17:00
This commit is contained in:
@@ -11,6 +11,22 @@
|
||||
- sfnt2woff
|
||||
tags: penpot
|
||||
|
||||
- when: system_proxy is defined and system_proxy != ''
|
||||
block:
|
||||
|
||||
- name: Create maven configuration dir
|
||||
file: path={{ penpot_root_dir }}/.m2 state=directory owner={{ penpot_user }} group={{ penpot_user }}
|
||||
|
||||
- name: Deploy maven configuration
|
||||
template: src=../maven/templates/maven.xml.j2 dest={{ penpot_root_dir }}/.m2/settings.xml owner={{ penpot_user }} group={{ penpot_user }}
|
||||
|
||||
tags: penpot
|
||||
|
||||
- when: system_proxy is not defined or system_proxy == ''
|
||||
name: Remove maven proxy config
|
||||
file: path={{ penpot_root_dir }}/.m2/settings.xml state=absent
|
||||
tags: penpot
|
||||
|
||||
- when: penpot_install_mode != 'none'
|
||||
block:
|
||||
|
||||
|
Reference in New Issue
Block a user