Skip to content

Commit

Permalink
uid 1001 conflicts on some test systems
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Apr 19, 2024
1 parent 03f8ccd commit 4e1718e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tests_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
podman_host_directories:
"{{ __test_tmpdir.path ~ '/httpd1-create' }}":
mode: "0777"
owner: "{{ 1001 +
owner: "{{ 3001 +
podman_subuid_info[__podman_test_username]['start'] - 1 }}"
group: "{{ 1001 +
group: "{{ 3001 +
podman_subgid_info[__podman_test_username]['start'] - 1 }}"
podman_run_as_user: root
__podman_test_username: podman_basic_user
test_names_users:
- [httpd1, "{{ __podman_test_username }}", 1001]
- [httpd1, "{{ __podman_test_username }}", 3001]
- [httpd2, root, 0]
- [httpd3, root, 0]
podman_create_host_directories: true
Expand Down Expand Up @@ -172,7 +172,7 @@
- name: Create user
user:
name: "{{ __podman_test_username }}"
uid: 1001
uid: 3001

- name: Create tempfile for kube_src
tempfile:
Expand Down

0 comments on commit 4e1718e

Please sign in to comment.