Skip to content

Commit

Permalink
Undefined variables (#68)
Browse files Browse the repository at this point in the history
* fix: define default for timer variable

Signed-off-by: Martin Buchleitner <mbuchleitner@infralovers.com>

* fix: define default for splay variable

Signed-off-by: Martin Buchleitner <mbuchleitner@infralovers.com>

---------

Signed-off-by: Martin Buchleitner <mbuchleitner@infralovers.com>
  • Loading branch information
mabunixda committed May 7, 2024
1 parent 9f215be commit c3d811b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ force_registration: false
# if 'manual' is set, the user need to set `registration_token`
registration_token_retrieval: "manual"

timer: ""
splay: ""

# annotation/ tags for the node
annotations: ""

Expand Down

0 comments on commit c3d811b

Please sign in to comment.