use domain_id of the service once present
This commit is contained in:
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user