ansible-hardening/tasks
Major Hayden 295ef13395
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
2018-02-06 12:39:14 -06:00
..
contrib Add scaffolding for contrib tasks 2017-11-08 07:28:47 -06:00
rhel7stig Move aide db when needed 2018-02-06 12:39:14 -06:00
main.yml Use import/include_tasks 2018-01-18 10:03:25 -06:00