Ensure to install requirements on Debian Stretch
This commit is contained in:
		
							parent
							
								
									46422ee402
								
							
						
					
					
						commit
						212ea834b5
					
				|  | @ -1,3 +1,8 @@ | |||
| ## v2.2.0 | ||||
| 
 | ||||
| ### Enhancements | ||||
| * Ensure to install requirements on Debian Stretch. | ||||
| 
 | ||||
| ## v2.1.4 | ||||
| ### Enhancements | ||||
| * Upgrade lmgrd and lmutil daemon to version 11.16.2.1. | ||||
|  |  | |||
|  | @ -3,6 +3,18 @@ | |||
| # | ||||
| # tasks file for flexlm | ||||
| 
 | ||||
| # Load vars [[[1 | ||||
| - name: Load specific OS vars | ||||
|   include_vars: "{{ item }}" | ||||
|   with_first_found: | ||||
|     - files: | ||||
|         - "{{ ansible_distribution|lower }}-{{ ansible_distribution_release }}.yml" | ||||
|         - "{{ ansible_distribution|lower }}-{{ ansible_distribution_version }}.yml" | ||||
|         - "{{ ansible_distribution_release }}.yml" | ||||
|         - "{{ ansible_distribution|lower }}.yml" | ||||
|         - "{{ ansible_os_family|lower }}.yml" | ||||
|       skip: true | ||||
| 
 | ||||
| # Manage required system packages [[[1 | ||||
| - name: Ensure required packages are in there desired state | ||||
|   package: | ||||
|  |  | |||
|  | @ -0,0 +1,5 @@ | |||
| --- | ||||
| # Specific vars for Debian Stretch | ||||
| 
 | ||||
| flexlm__required_packages: | ||||
|   - 'lsb-compat' | ||||
		Loading…
	
		Reference in New Issue