mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
7 lines
123 B
YAML
7 lines
123 B
YAML
- hosts: "{{ target_hosts }}"
|
|
gather_facts: false
|
|
tasks:
|
|
|
|
- name: Create a user
|
|
user:
|
|
name: testuser
|