Skip to content

Commit

Permalink
Merge branch 'main' into enable-pop
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienDucourthial authored Nov 19, 2024
2 parents 3075bc2 + c2f9e04 commit 6115f9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/action/horizon_renew.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ActionModule(HorizonAction):

def _args(self):
return ['certificate_id', 'certificate_pem', 'password', 'csr', 'private_key']


def run(self, tmp=None, task_vars=None):
result = super(ActionModule, self).run(tmp, task_vars)
Expand Down

0 comments on commit 6115f9d

Please sign in to comment.