Skip to content

Commit bc868cb

Browse files
authored
[fast-reboot test] fix syslog reading issue (#543)
Explicitly specify that syslog task needs super user privillege.
1 parent 43a879d commit bc868cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/test/tasks/fast-reboot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
file_prefix: 'syslog'
142142
start_string: 'Initializing cgroup subsys cpuset'
143143
target_filename: '/tmp/syslog'
144+
become: yes
144145

145146
- name: Copy the exctracted syslog entries to the local machine
146147
fetch:

0 commit comments

Comments
 (0)