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

6 lines
198 B
YAML

---
- name: Set common facts
ansible.builtin.set_fact:
service_path: "{{ (services_path, role_name | replace('_', '-')) | path_join }}"
docker_force_recreate: ""
docker_rebuild: false