You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
366 B
13 lines
366 B
5 years ago
|
---
|
||
|
|
||
|
- 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
|