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

Temporary fix for invalid selinux issue, due to upstream issue in template module in ansible #551

Merged
merged 4 commits into from
Apr 13, 2020

Commits on Apr 12, 2020

  1. This change is a workaround for an upstream issue with template module

    …ansible/ansible#56243 (comment)
    
        This change is a workround for the error invalid selinux context issue
        resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1821907
    
    Signed-off-by: Prajith Kesava Prasad <pkesavap@redhat.com>
    Prajith Kesava Prasad committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    2af3d27 View commit details
    Browse the repository at this point in the history
  2. SElinux from RHEL8 does not overwrite existing labels with "fcontext …

    …a" , it throws "ValueError: File context for {{mount path}} already defined"
    
    So a pretask which deletes the label which corresponds to the existing mount points is added
    resolves:https://bugzilla.redhat.com/show_bug.cgi?id=1820728
    
    Signed-off-by: Prajith Kesava Prasad <pkesavap@redhat.com>
    Prajith Kesava Prasad committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    c42b838 View commit details
    Browse the repository at this point in the history
  3. SElinux from RHEL8 does not overwrite existing labels with "fcontext …

    …a" , it throws "ValueError: File context for {{mount path}} already defined"
    
    So a pretask which deletes the label which corresponds to the existing mount points is added
    resolves:https://bugzilla.redhat.com/show_bug.cgi?id=1820728
    
    Signed-off-by: Prajith Kesava Prasad <pkesavap@redhat.com>
    Prajith Kesava Prasad committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    8e2258b View commit details
    Browse the repository at this point in the history
  4. Merge branch '3.0.0' of https://github.com/pkesavap/gdeploy into 3.0.0

    Prajith Kesava Prasad committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    b8cb1dd View commit details
    Browse the repository at this point in the history