You've already forked role_podman
							
							fix: Unit of container definition
This commit is contained in:
		@@ -1,7 +1,10 @@
 | 
				
			|||||||
# {{ ansible_managed }}
 | 
					# {{ ansible_managed }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Unit]
 | 
					[Unit]
 | 
				
			||||||
Description=Wallbag container
 | 
					Description=Podman container: {{ container.name }}
 | 
				
			||||||
 | 
					{% for option, value in container.get('unit_extras', {}) %}
 | 
				
			||||||
 | 
					{{ option }}={{ value }}
 | 
				
			||||||
 | 
					{% endfor %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Container]
 | 
					[Container]
 | 
				
			||||||
HostName={{ inventory_hostname }}
 | 
					HostName={{ inventory_hostname }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user