From 97a7bcb8a1817fa03a7a4f4513194eef1fc200a2 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 1 Nov 2023 10:41:37 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/orangepi.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/builder/orangepi.yml b/builder/orangepi.yml index 8df927e9..441529f1 100644 --- a/builder/orangepi.yml +++ b/builder/orangepi.yml @@ -152,8 +152,14 @@ ARCHFLAGS: "-arch aarch64" tasks: - - name: show contents of /boot/orangepiEnv.txt - command: "cat /boot/orangepiEnv.txt" + - name: "Read a file content" + shell: | + cat /boot/orangepiEnv.txt + register: file_content + + - name: "Print the file content to a console" + debug: + msg: "{{ file_content.stdout }}" - name: Create pi user copy: