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

ansible-oracle: BREAKING CHANGE! move to a collection #99

Merged
merged 13 commits into from
Jul 7, 2022

Commits on Jul 6, 2022

  1. ansible-oracle: BREAKING CHANGE! move to a collection

    This is one of the biggest changes during the life of ansible-oracle.
    The project moves fto a collection, which leads to the following breaking changes:
    
    - rename all roles with '-' in name to '_'
    This is a mandatory change, when moving to a collection.
    galaxy  will not import a collection with a '-' in rolename...
    - moved playbooks to playbooks folder
    This is the 1st stept to reorganize the old - mostly not working -
    playbooks. The redesign of playbooks and example inventory is planned
    for a later time.
    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0d176e6 View commit details
    Browse the repository at this point in the history
  2. collection

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4288a4e View commit details
    Browse the repository at this point in the history
  3. collection

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f2fa854 View commit details
    Browse the repository at this point in the history
  4. collection

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8feaa82 View commit details
    Browse the repository at this point in the history
  5. collection

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    37e2fdf View commit details
    Browse the repository at this point in the history
  6. collection

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    1280565 View commit details
    Browse the repository at this point in the history
  7. collection linter

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f245208 View commit details
    Browse the repository at this point in the history
  8. collection linter

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6dc9a69 View commit details
    Browse the repository at this point in the history
  9. collection linter

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0b7481b View commit details
    Browse the repository at this point in the history
  10. collection linter

    Rendanic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    d746e92 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. collection

    Rendanic committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    2c78eac View commit details
    Browse the repository at this point in the history
  2. ansible-lint var-naming

    Rendanic committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8980ff3 View commit details
    Browse the repository at this point in the history
  3. ansible-lint

    Rendanic committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    6d43f7d View commit details
    Browse the repository at this point in the history