Harpreet Singh

Results 5 comments of Harpreet Singh

This module supports check mode. If you run your playbook with --check the module will return what options if any will be changed. On Jan 17, 2017 7:25 PM, "Tessa...

If there are no changes the environment is not redeployed. On Jan 17, 2017 7:57 PM, "Tessa Nordgren" wrote: > Right. But if I'm in a playbook that loops through...

If you look at the code `update_environment` is only called if we detect a change. ``` updates = update_required(ebs, env, module.params) if len(updates) > 0: ebs.update_environment(**filter_empty(... ``` So in your...

Hmm, not sure. According to the module the 3 options (MinSize, MaxSize, Recurrence) changed from what is currently deployed. I haven't used these options before so can't say. There is...