Comment 8 for bug 1745675

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-hardening (stable/pike)

Reviewed: https://review.openstack.org/544725
Committed: https://git.openstack.org/cgit/openstack/ansible-hardening/commit/?id=cee2e0b5b432c50614b908d9bf50ed2cc32d8daa
Submitter: Zuul
Branch: stable/pike

commit cee2e0b5b432c50614b908d9bf50ed2cc32d8daa
Author: Major Hayden <email address hidden>
Date: Tue Feb 6 12:39:10 2018 -0600

    Move aide db when needed

    The task that moves the aide database checks to see whether aide
    was just initialized, but that task has a "changed_when: false" to
    help with idempotency. That means that the database never gets
    moved into place.

    This patch changes the task to check whether the aide
    initialization was skipped or not. If it wasn't skipped, then the
    database will be moved.

    Closes-Bug: 1745675
    Change-Id: I2f186274cbff4b38706603a51429557057843e4e
    (cherry picked from commit 295ef13395a2edf1922b0d5a31f224fdf4b0b525)