Skip to content

Commit

Permalink
[fast-reboot test] fix syslog reading issue (#543)
Browse files Browse the repository at this point in the history
Explicitly specify that syslog task needs super user privillege.
  • Loading branch information
yxieca authored Mar 28, 2018
1 parent 43a879d commit bc868cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/test/tasks/fast-reboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
file_prefix: 'syslog'
start_string: 'Initializing cgroup subsys cpuset'
target_filename: '/tmp/syslog'
become: yes

- name: Copy the exctracted syslog entries to the local machine
fetch:
Expand Down

0 comments on commit bc868cb

Please sign in to comment.