René Moser
René Moser
so, the only thing that can cache is the inventory, even though I think we don't implemented it https://github.com/ngine-io/ansible-collection-cloudstack/blob/master/plugins/inventory/instance.py#L246 you could check the output with with `ansible-inventory`
then there is facts caching but that should not be involved.
related code: https://github.com/ngine-io/ansible-collection-cloudstack/blob/6da2b067658fafb6702153195c1def4dd4fe4bc5/plugins/module_utils/cloudstack.py#L408
@nathanmcgarvey this should already work: ```yaml - name: Allow inbound port 80/tcp ngine_io.cloudstack.cs_firewall: ip_address: 4.3.2.1 zone: zone01 port: 80 cidr: - 1.2.3.4/32 - 1.2.3.5/32 ``` or ```yaml - name: Allow...
Thanks for the details again and sorry for not reading it carefully enough the first time, I see `destcidrlist` was new with 4.10. Expect an implementation soon-ish.
resolved by #84
have you tried with single quotes? ``` password='Of4N~H$JP9' ```
do you have a bit more details? which version of cloudstack, what is the error message?
@div8cn Thanks, investigating.
Thanks for reporting this issue. Seems you already have a fix in place, may I ask you to make a PR with the fix?