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

Post & pre commands support #9

Merged
merged 11 commits into from
Feb 11, 2022
Merged

Post & pre commands support #9

merged 11 commits into from
Feb 11, 2022

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    554eadb View commit details
    Browse the repository at this point in the history
  2. fix: minimum Ansible version.

    Filip Chabik committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    8fe598c View commit details
    Browse the repository at this point in the history
  3. feat: add RedHat-based distros to supported platforms.

    Filip Chabik committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    ac6623c View commit details
    Browse the repository at this point in the history
  4. feat: add Debian 11 bullseye to supported versions.

    Filip Chabik committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    87ffa9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2623b9e View commit details
    Browse the repository at this point in the history
  6. feat: add FreeBSD 12.3 to supported versions.

    Filip Chabik committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    6aeb829 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9416b91 View commit details
    Browse the repository at this point in the history
  8. fix: potential problem when having spaces in the job name.

    This fix allows for having spaces in the jobs names, they are going to
    be replaced with hyphens when translated into file names or for the
    wrapper commands.
    Filip Chabik committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    af50ba4 View commit details
    Browse the repository at this point in the history
  9. fix: space between # and jinja2 that interpreted it as a commented line.

    Instead, this sets the behavior for jinja2 templating and how Ansible
    should handle it.
    Filip Chabik committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    86810df View commit details
    Browse the repository at this point in the history
  10. fix: the command names to reflect wrapper scripts.

    Filip Chabik committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c0335db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    afd1586 View commit details
    Browse the repository at this point in the history