Wojciech Wypior
Wojciech Wypior
looks like in v1.6.0 bigip_ltm_profile_client_ssl is also fixed
@simonkowallik you need to provide doc fragment, see other PRs for example
I have tested this on 2 versions: ```Sys::Version Main Package Product BIG-IP Version 15.1.1 Build 0.0.6 Edition Point Release 0 Date Thu Oct 8 02:52:59 PDT 2020 ``` ``` Sys::Version...
@gullanetworkcode when you open an issue requesting a feature you need to specify the tmsh and/or GUI equivalent to the requested feature. In this instance I have found the information,...
FMFA-418
The deal is this, if you are using a linux based utility like SCP or SFTP on bigip use ansible modules dedicated for that. F5 ansible modules support only REST...
Yes it is a bug, in either of the places: https://github.com/F5Networks/f5-ansible/blob/devel/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_static_route.py#L585 https://github.com/F5Networks/f5-ansible/blob/devel/ansible_collections/f5networks/f5_modules/plugins/modules/bigip_static_route.py#L624 Some modules on_device methods have not been updated with better patterns to detect scenarios like this, @trinaths please...
this has been completed in a new collection
This is done on purpose as arrays in API do not offer atomic updates, also for module idempotency module does not guess what the user wants to do with the...