File: become_test.yml

package info (click to toggle)
python-mitogen 0.3.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,728 kB
  • sloc: python: 24,644; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (8 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
- name: regression/become_test.yml
  hosts: test-targets:&linux_containers
  become: true
  become_user: mitogen__pw_required
  tasks:
    - command: whoami
      changed_when: false
      check_mode: false