Replace include usage with include_tasks and import_tasks
The long-deprecated (since Ansible 2.4) use of include is no more.
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
# Generic tasks, no matter what kind of server we're using (internal/external)
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
- include: tasks/util/detect_existing_postgres_version.yml
 | 
			
		||||
- import_tasks: tasks/util/detect_existing_postgres_version.yml
 | 
			
		||||
 | 
			
		||||
# If we have found an existing version (installed from before), we use its corresponding Docker image.
 | 
			
		||||
# If not, we install using the latest Postgres.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user