fixed with loop and added vagrant test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-11 22:04:55 +02:00
parent 1df141c48d
commit 93b101ac50
3 changed files with 23 additions and 2 deletions

View File

@ -23,6 +23,6 @@
name: "{{ item }}"
state: stopped
enabled: no
with_items: stop_service_list
with_items: "{{ stop_service_list }}"
tags: [ 'daemon' ]
when: ci_run is not defined