Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent multiple tokens in k3s.service.env #364

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. Prevent multiple tokens in k3s.service.env

    If site.yml playbook is executed multiple times with different tokens,
    they will all accumulate in k3s.service.env. They won't do any harm
    because the last one wins, however it is a matter of good housekeeping
    to delete the old before inserting a new one.
    
    Signed-off-by: Marko Vukovic <[email protected]>
    anon-software committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f624a42 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Selectively remove existing token from the environment file

    If the existing token in the environment file is the same as the token
    used for the playbook run, leave it in the file to avoid false changed
    status from the task.
    
    Signed-off-by: Marko Vukovic <[email protected]>
    anon-software committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    65d4fc8 View commit details
    Browse the repository at this point in the history