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

Recollect facts in mount_option_nodev_nonroot_local_partitions #11941

Merged
merged 1 commit into from
May 6, 2024

Commits on May 3, 2024

  1. Recollect facts in mount_option_nodev_nonroot_local_partitions

    This patch changes the Ansible code for rule
    mount_option_nodev_nonroot_local_partitions so that Ansible id forced to
    refresh facts about mount points right before running the Ansible Task
    for this rule.  The data in facts that were collected at the beginning
    of the play can be outdated at point when this Ansible Task is executed
    if there is some other Ansible Task that changes mount points, for
    example if the Ansible Tasks for rule mount_option_boot_nosuid is before
    the Ansible Task for rule mount_option_nodev_nonroot_local_partitions.
    
    Fixes: ComplianceAsCode#11933
    jan-cerny committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c5235f4 View commit details
    Browse the repository at this point in the history