Add build state, rename present->running

This commit is contained in:
2023-05-05 23:52:24 +02:00
parent 6ff153b716
commit f216347cae
5 changed files with 36 additions and 13 deletions

View File

@ -2,5 +2,5 @@
# defaults file for roles/compose_project
service: dummy
compose_dir: /home/core/compose
state: present # or absent
restart: smart # or always or never
state: present # or running, build, absent
execute: smart # or always or never