mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-05-06 15:35:48 +00:00
7 lines
120 B
YAML
7 lines
120 B
YAML
- hosts: "{{ target_hosts }}"
|
|
gather_facts: no
|
|
tasks:
|
|
|
|
- name: Create a user
|
|
user:
|
|
name: testuser
|