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

Use ansible_user_dir in customize_home role #1760

Merged
merged 4 commits into from
Feb 29, 2024

Commits on Feb 23, 2024

  1. Use become: true only where needed in katello_devel role

    Forcing become: true on the entire role was breaking the behavior
    of the customize_home role dependency
    wbclark committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6b95ffb View commit details
    Browse the repository at this point in the history
  2. Use ansible_user_home in customize_home role

    This was only working when run under the vagrant user
    wbclark committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9822b1f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Drop SCL roles from katello_devel

    These were no longer used as we don't need EL7 devel envs.
    Of these roles, the postgresql_scl and nodejs_scl roles
    are not used elsewhere in the project, and are dropped entirely.
    The ruby_scl role remains as it is still used in hammer and
    dynflow devel envs.
    wbclark committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5a753c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9529ac8 View commit details
    Browse the repository at this point in the history