mirror of
				https://github.com/geerlingguy/ansible-role-postgresql.git
				synced 2025-10-30 23:27:46 -04:00 
			
		
		
		
	PR #115 follow-up: Add missing var and add test for 20.04.
This commit is contained in:
		
							parent
							
								
									558c6b6d14
								
							
						
					
					
						commit
						43a8e0f223
					
				
					 3 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -9,6 +9,7 @@ env:
 | 
				
			||||||
    - MOLECULE_DISTRO: centos7
 | 
					    - MOLECULE_DISTRO: centos7
 | 
				
			||||||
    - MOLECULE_DISTRO: centos8
 | 
					    - MOLECULE_DISTRO: centos8
 | 
				
			||||||
    - MOLECULE_DISTRO: fedora31
 | 
					    - MOLECULE_DISTRO: fedora31
 | 
				
			||||||
 | 
					    - MOLECULE_DISTRO: ubuntu2004
 | 
				
			||||||
    - MOLECULE_DISTRO: ubuntu1804
 | 
					    - MOLECULE_DISTRO: ubuntu1804
 | 
				
			||||||
    - MOLECULE_DISTRO: debian10
 | 
					    - MOLECULE_DISTRO: debian10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -23,6 +23,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Update apt cache.
 | 
					    - name: Update apt cache.
 | 
				
			||||||
      apt: update_cache=true cache_valid_time=600
 | 
					      apt: update_cache=true cache_valid_time=600
 | 
				
			||||||
 | 
					      changed_when: false
 | 
				
			||||||
      when: ansible_os_family == 'Debian'
 | 
					      when: ansible_os_family == 'Debian'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Set custom variables for old CentOS 6 PostgreSQL install.
 | 
					    - name: Set custom variables for old CentOS 6 PostgreSQL install.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,3 +8,4 @@ __postgresql_packages:
 | 
				
			||||||
  - postgresql
 | 
					  - postgresql
 | 
				
			||||||
  - postgresql-contrib
 | 
					  - postgresql-contrib
 | 
				
			||||||
  - libpq-dev
 | 
					  - libpq-dev
 | 
				
			||||||
 | 
					postgresql_python_library: python3-psycopg2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue