forked from CCCHH/ansible-infra
AES: patch code and l10n to add train drivers license
This commit is contained in:
parent
727cd0bc74
commit
c3fc040751
3 changed files with 28 additions and 0 deletions
|
|
@ -18,3 +18,11 @@
|
|||
version: main
|
||||
force: true
|
||||
update: false
|
||||
- name: apply patch to code to add train drivers license
|
||||
ansible.posix.patch:
|
||||
src: patches/engelsystem/code_en.patch
|
||||
dest: "{{ ansible_user_dir }}/engelsystem/includes/view/UserDriverLicenses_view.php"
|
||||
- name: apply patch to german locale add train drivers license
|
||||
ansible.posix.patch:
|
||||
src: patches/engelsystem/lang_de.patch
|
||||
dest: "{{ ansible_user_dir }}/engelsystem/resources/lang/de_DE/default.po"
|
||||
Loading…
Add table
Add a link
Reference in a new issue