This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/tasks/set-default-facts.yml

7 lines
198 B
YAML
Raw Normal View History

2023-12-14 01:20:13 +00:00
---
- name: Set common facts
ansible.builtin.set_fact:
service_path: "{{ (services_path, role_name | replace('_', '-')) | path_join }}"
docker_force_recreate: ""
docker_rebuild: false