Update main.yml

This commit is contained in:
qiaofeng1227 2023-05-08 14:50:37 +08:00 committed by GitHub
parent eb49981336
commit e859ed3b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
- name: Check system architecture
shell: uname -m
register: system_architecture
- name: Print system architecture
debug:
var: system_architecture.stdout