D_I  
                
                  
                    January 4, 2022,  4:23am
                   
                  1 
               
             
            
              Hi Everybody,
I am having this issue while I am running from my Mac where ansible doesn’t recognize VMWARE_GUEST modules though they are installed. Any idea why its not able to recognize? I am using OS Monterey 12.1.
Can anyone help how to resolve it?
Collection Version
ansible.windows 1.7.2
             
            
              
            
           
          
            
            
              Unsupported parameters for (vmware_guest) module: customization.autologin, customization.dns_Servers. 
looks like you are using the wrong parameters, check docs https://docs.ansible.com/ansible/latest/collections/community/vmware/vmware_guest_module.html  and edit your playbookautologin  param in customization  section, only autologo ndns_Servers  must be snake_cased  like all other params, its case sensitive
вторник, 4 января 2022 г. в 07:23:31 UTC+3, dharmate...@gmail.com :
             
            
              
            
           
          
            
              
                D_I  
              
                  
                    January 23, 2022,  3:57am
                   
                  3 
               
             
            
              You made my day!! Thank you so much.
Thank you.