Closed mpostument closed 1 year ago
Hello @geerlingguy, can you please take a look?
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
This pr has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.
When building ami using packer, i don't need elasticsearch to be started. But even if i set elasticsearch_service_state equal to stopped, handler is still trying to restart elasticsearch and wait_for waiting for elasticsearch to be available. By adding this condition ansible run completed successfully without starting elasticsearch
Before
After