Closed deveth0 closed 3 years ago
It's a bit hacky to set values only for certain hosts using group_vars or host_vars afaics. Using this check, it becomes possible to configure a value with:
- command: Module1 value: "{{ module1 | default(None)}}"
It's a bit hacky to set values only for certain hosts using group_vars or host_vars afaics. Using this check, it becomes possible to configure a value with: