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