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

6 lines
121 B
YAML
Raw Normal View History

2022-07-25 16:00:15 +02:00
---
- name: Write version
2023-07-20 14:00:26 +02:00
copy: content={{ odoo_version }} dest={{ odoo_root_dir }}/meta/ansible_version
2022-07-25 16:00:15 +02:00
tags: odoo