mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Better explain how to verify your Ansible version/installation
This commit is contained in:
		
							parent
							
								
									58ee527fa5
								
							
						
					
					
						commit
						c26261752f
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -178,4 +178,7 @@ ansible-galaxy collection install --force-with-deps \
 | 
			
		|||
#mkdir -p /etc/ansible    # LIKELY REDUNDANT, due to above installation of Ansible
 | 
			
		||||
#echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts    # LIKELY REDUNDANT, due to https://github.com/iiab/iiab/blob/master/ansible_hosts
 | 
			
		||||
 | 
			
		||||
echo -e "SUCCESS: VERIFY WITH 'ansible --version' (and 'apt -a list ansible-core' ?)\n\n"
 | 
			
		||||
echo -e "SUCCESS INSTALLING ANSIBLE!  PLEASE VERIFY WITH COMMANDS LIKE:"
 | 
			
		||||
echo -e "    ansible --version"
 | 
			
		||||
echo -e "    pip show ansible-core"
 | 
			
		||||
echo -e "    apt -a list ansible-core\n\n"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue