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

fix(Windows): formatting package_params input to Chocolatey #73

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

Commits on Dec 9, 2022

  1. fix(Windows): formatting package_params input to Chocolatey so they a…

    …re treated like a list instead of a string. The package_params were effectively being ignored because of this.
    
    Correcting Ansible lint warnings: FQCN + use of 'true' instead of 'yes'
    DanSibbernsen authored and DanSibbernsen committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8e5d7cd View commit details
    Browse the repository at this point in the history
  2. fix(Windows): adjusting 'when' statements to check whether variables …

    …are actually populated before execution. Formatting them all the same way
    DanSibbernsen authored and DanSibbernsen committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0fd6dbd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. feat(environment): adding environment resource tags to Windows deploy…

    …ments
    DanSibbernsen authored and DanSibbernsen committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5165a9d View commit details
    Browse the repository at this point in the history