Last active
April 16, 2020 16:09
-
-
Save bcoca/9db03419344b2e75f91c069cb3fe1646 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.08 KB | |
- hosts: targethost | |
gather_facts: false | |
tasks: | |
- name: Run uptime command | |
command: uptime | |
register: output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment