Remove -p flag from uptime cmd

This commit is contained in:
Jeffrey Serio 2025-02-26 21:49:03 -06:00
parent dc6fb16d3e
commit 99638eb814

View File

@ -3,7 +3,7 @@
hosts: all
tasks:
- name: Get uptime
ansible.builtin.shell: uptime -p
ansible.builtin.shell: uptime
register: uptime
- debug: