mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	* Add passlib to RHEL test instance This looks like the only tests instance that is missing this libary. It is needed for vars_prompt tests. * Create setup roles for pexect and passlib Switch to using aliases rather than installing directly in the test scripts
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			68 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			68 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- name: Install passlib
 | 
						|
  pip:
 | 
						|
    name: passlib
 | 
						|
    state: present
 |