Commit 8204dc69 authored by David Wilson's avatar David Wilson

ansible: add become test case

parent ed09076b
---
- name: "This command should run as the SSH user"
command: whoami
- name: "This command should run as root"
become: true
command: whoami
---
- hosts: all
roles:
- whoami
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment