Erich B

Results 2 issues of Erich B

Variable substitution for 'icon_emoji' like in 'channel' and 'username'

see https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_module_defaults.html#module-defaults-groups This would allow setting certain parameters (i.e. provider/credentials) on playbook level using `module_defaults:` ``` # collections/ansible_collections/infoblox/nios_modules/meta/runtime.yml action_groups: api_calls: - nios_srv_record - nios_aaaa_record - other_module - [...] ``` would...