Skip to content

Commit

Permalink
Resolve missing cron-apt log after reboot
Browse files Browse the repository at this point in the history
Not 100% sure why this is happening - easy fix for now.
  • Loading branch information
msheiny committed Mar 1, 2018
1 parent 05cbec6 commit ca952d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion molecule/upgrade_test/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
- name: Make sure worker directory is created?
file:
state: directory
path: /var/log/securedrop_worker
path: "/var/log/{{ item }}"
with_items:
- securedrop_worker
- cron-apt
- import_tasks: reboot_and_wait.yml
tags: reboot
become: yes
Expand Down

0 comments on commit ca952d6

Please sign in to comment.