File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ galaxy_info:
1111  min_ansible_version : 2.5.0 
1212  platforms :
1313    - name : EL 
14-       versions :
14+       release :
1515        - 7 
16+         - 8 
1617  galaxy_tags :
1718    - openhpc 
1819    - slurm 
Original file line number Diff line number Diff line change 6161    content : | 
6262      [Unit] 
6363      After=cloud-final.service 
64+ owner : root 
65+     group : root 
66+     mode : 0644 
6467
6568- name : Install packages from openhpc_packages variable 
6669  yum :
Original file line number Diff line number Diff line change 164164    enabled : " {{ openhpc_slurm_service_enabled | bool }}" 
165165    state : " {{ 'started' if openhpc_slurm_service_started | bool else 'stopped' }}" 
166166
167- - name : flush  handler
167+ - name : Flush  handler
168168  meta : flush_handlers  #  as then subsequent "ensure" is a no-op if slurm services bounced
169169
170170- name : Ensure slurmdbd is started and running 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments