ansible-roles/roles/squash_tm/tasks/write_version.yml

6 lines
143 B
YAML
Raw Normal View History

2022-04-29 11:00:10 +02:00
---
- name: Write installed version
copy: content={{ squashtm_version }} dest={{ squashtm_root_dir }}/meta/ansible_version
tags: squashtm