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: