mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
12
roles/unmaintained/psono/tasks/write_version.yml
Normal file
12
roles/unmaintained/psono/tasks/write_version.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Write version
|
||||
copy: content={{ item.version }} dest={{ psono_root_dir }}/meta/{{ item.file }}
|
||||
loop:
|
||||
- version: "{{ psono_server_version }}"
|
||||
file: ansible_server_version
|
||||
- version: "{{ psono_client_version }}"
|
||||
file: ansible_client_version
|
||||
- version: "{{ psono_admin_version }}"
|
||||
file: ansible_admin_version
|
||||
tags: psono
|
Reference in New Issue
Block a user