Comment 5 for bug 1745675

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

Reviewed: https://review.openstack.org/541398
Committed: https://git.openstack.org/cgit/openstack/ansible-hardening/commit/?id=295ef13395a2edf1922b0d5a31f224fdf4b0b525
Submitter: Zuul
Branch: master

commit 295ef13395a2edf1922b0d5a31f224fdf4b0b525
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