Joe

Results 2 comments of Joe

Possibly relevant, our aws_ec2.yml: ```yaml --- plugin: amazon.aws.aws_ec2 regions: - us-west-2 - us-east-1 - us-east-2 filters: instance-state-name: running hostnames: - tag:ExtendedName - dns-name - private-dns-name strict: False keyed_groups: - key:...

This issue is also happens when using `icx_command` or `icx_config` and CLI presents an error during configuration. Example, removing NTP servers. ```yaml - name: Remove old NTP hosts community.network.icx_command: commands:...