Skip to content

Commit

Permalink
chore: remove debug code
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jan 7, 2025
1 parent 36c5480 commit fbd490c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions tasks/handle_secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
vars:
__podman_spec_item: "{{ __podman_secret_item }}"
__podman_check_subids: false
no_log: true

- name: Set variables part 2
set_fact:
Expand Down
4 changes: 0 additions & 4 deletions tasks/handle_user_group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
cannot continue
when: not ansible_facts["getent_passwd"][__podman_user]

- name: Debug
debug:
msg: item {{ __podman_spec_item | to_nice_json }}

- name: Set group for podman user
set_fact:
__podman_group: |-
Expand Down

0 comments on commit fbd490c

Please sign in to comment.