mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -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:
|
||||
|
Reference in New Issue
Block a user