Skip to content

Commit

Permalink
increasing container memory
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Jul 22, 2024
1 parent df01018 commit 1943e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/azure/templates/playbook_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
utils/setup_test_container.sh \
-e podman \
-a \
-m 4 \
-m 6 \
-n "ipaserver.test.local" \
-p ${{ parameters.target_python }} \
-i ${{ parameters.distro }}-server \
Expand Down
2 changes: 2 additions & 0 deletions tests/user/test_users_present_absent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@
state: absent
register: result
failed_when: not result.changed or result.failed

- fail:

Check failure on line 41 in tests/user/test_users_present_absent.yml

View workflow job for this annotation

GitHub Actions / Verify ansible-lint

fqcn[action-core]

Use FQCN for builtin module actions (fail).

Check failure on line 41 in tests/user/test_users_present_absent.yml

View workflow job for this annotation

GitHub Actions / Verify ansible-lint

name[missing]

All tasks should be named.

0 comments on commit 1943e65

Please sign in to comment.