Bump Wildfly to latest version 32.0.2 #1371
        
          Triggered via pull request
            September 18, 2024 08:44 
        
        
      
      
      
        Status
        Success
      
      
        Total duration
          
            5m 37s
          
      
      
        Artifacts
          
          –
          
      
    
  
    This run and associated checks have been archived and are scheduled for deletion.
    Learn more about checks retention
  
  ci.yml
on: pull_request
  
      
        Matrix: ci / linter
      
    
    
      
        Matrix: ci / molecule
      
    
    
      
        Matrix: ci / sanity
      
    
    Annotations
2 warnings
          | 
                   
                      
                          fqcn[keyword]: 
                        playbooks/validate.yml#L2
                      
                       
                  Avoid `collections` keyword by using FQCN for all plugins, modules, roles and playbooks. 
                         | 
              
| 
                   
                      
                          jinja[spacing]: 
                        roles/wildfly_utils/tasks/apply_cp.yml#L60
                      
                       
                  Jinja2 spacing could be improved: {{ rhn_products.results | map(attribute='file_path') | select('match', '^[^/]*/jboss-eap-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | map('regex_replace','[^/]*/jboss-eap-([0-9]*[.][0-9]*[.][0-9]*)-.*','\1' ) | list | unique }} -> {{ rhn_products.results | map(attribute='file_path') | select('match', '^[^/]*/jboss-eap-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | map('regex_replace', '[^/]*/jboss-eap-([0-9]*[.][0-9]*[.][0-9]*)-.*', '\1') | list | unique }} 
                         |