mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-08-30 12:00
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
---
|
||||
|
||||
- name: Install packages
|
||||
package: name={{ lingw_packages }}
|
||||
tags: drbd
|
||||
|
||||
- name: Install linstor-gateway
|
||||
get_url:
|
||||
url: "{{ linsat_gateway_url }}"
|
||||
url: "{{ lingw_bin_url }}"
|
||||
dest: /usr/local/bin/linstor-gateway
|
||||
checksum: sha256:{{ linsat_gateway_sha256 }}
|
||||
checksum: sha256:{{ lingw_bin_sha256 }}
|
||||
mode: 755
|
||||
when: lingw_install_mode != 'none'
|
||||
tags: drbd
|
||||
|
Reference in New Issue
Block a user