blob: a6394e4577645f8551764ec0dc0bd7c1e17387c2 [file] [log] [blame]
- hosts: jumphosts
user: chrome-bot
gather_facts: false
tasks:
- name: Print out hostname
command: hostname
- name: Print out current user (chrome-bot)
command: whoami