Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-01 10:41:37 +01:00
parent 49465d2e40
commit 97a7bcb8a1

View File

@ -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: