Adapt testing to #55
#55 was missing molecule testing and verify step needs to be adapted.
This commit is contained in:
		
							parent
							
								
									a7d5f5fe76
								
							
						
					
					
						commit
						7ce0d06d0a
					
				|  | @ -0,0 +1 @@ | ||||||
|  | ../../tasks/variables.yml | ||||||
|  | @ -4,15 +4,8 @@ | ||||||
|   gather_facts: true |   gather_facts: true | ||||||
| 
 | 
 | ||||||
|   tasks: |   tasks: | ||||||
|     - name: Load OS-specific vars |     - name: Include OS vars | ||||||
|       ansible.builtin.include_vars: "{{ lookup('first_found', params) }}" |       ansible.builtin.import_tasks: variables.yml | ||||||
|       vars: |  | ||||||
|         params: |  | ||||||
|           files: |  | ||||||
|             - "{{ ansible_distribution }}.yml" |  | ||||||
|             - "{{ ansible_os_family }}.yml" |  | ||||||
|           paths: |  | ||||||
|             - "vars" |  | ||||||
| 
 | 
 | ||||||
|     - name: Verify pkg status |     - name: Verify pkg status | ||||||
|       ansible.builtin.package: |       ansible.builtin.package: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue