bundles/docker-ce: add nftables rules
This commit is contained in:
parent
efdff6ef28
commit
071250d798
2 changed files with 27 additions and 1 deletions
|
@ -10,7 +10,7 @@ actions['install_woodpecker-agent'] = {
|
|||
'dpkg -i /tmp/woodpecker-agent.deb',
|
||||
]),
|
||||
'unless': f'''bash -c "[[ \"$(woodpecker-agent --version | cut -d' ' -f3)\" == "{version}" ]]"''',
|
||||
'triggers': {i
|
||||
'triggers': {
|
||||
'svc_systemd:woodpecker-agent:restart',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue