mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -152,8 +152,14 @@
|
|||||||
ARCHFLAGS: "-arch aarch64"
|
ARCHFLAGS: "-arch aarch64"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: show contents of /boot/orangepiEnv.txt
|
- name: "Read a file content"
|
||||||
command: "cat /boot/orangepiEnv.txt"
|
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
|
- name: Create pi user
|
||||||
copy:
|
copy:
|
||||||
|
Reference in New Issue
Block a user