forked from CCCHH/ansible-infra
		
	for non-verbose output hide user passwords in postgresql role
This commit is contained in:
		
					parent
					
						
							
								2ec1471d7f
							
						
					
				
			
			
				commit
				
					
						4def1334d8
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -18,6 +18,8 @@
 | 
			
		|||
  become: true
 | 
			
		||||
  become_user: postgres
 | 
			
		||||
  loop: "{{ postgresql__users }}"
 | 
			
		||||
  loop_control:
 | 
			
		||||
    label: "user {{ item.name }} with {{ 'a password' if item.password is defined else 'no password' }}"
 | 
			
		||||
 | 
			
		||||
- name: Ensure dbs with owners
 | 
			
		||||
  community.postgresql.postgresql_db:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue