hlab/ansible/playbooks/tests.yaml

10 lines
152 B
YAML

---
- name: tests
hosts: all
tasks:
- name: testing
shell: echo $USER
- name: testing sudo
become: true
shell: echo $USER