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 INI module #88

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

Ansible INI module #88

wants to merge 2 commits into from

Commits on Jan 10, 2024

  1. Add the exception message to the log output if present

    Signed-off-by: Ole Petter <[email protected]>
    oleorhagen committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9718a0b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Ansible INI custom promise module wrapper

    This adds a custom promise module for wrapping the existing Ansible INI module.
    
    The module simply passes on values from the custom 'ini' promise type, to the
    Ansible module.
    
    With the example follows an example policy for downloading the required Ansible
    INI module.
    
    Signed-off-by: Ole Petter <[email protected]>
    oleorhagen committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c43285f View commit details
    Browse the repository at this point in the history