use domain_id of the service once present

This commit is contained in:
2022-10-21 10:25:14 +02:00
parent d2cb2d0280
commit fa3514bdb9
2 changed files with 21 additions and 4 deletions

View File

@ -10,3 +10,8 @@
environment: "production"
services: "{{ config.services }}"
check_mode: true
register: sc_actions
- name: Debug
ansible.builtin.debug:
msg: "{{ sc_actions.changes.services }}"