Skip to content

Commit

Permalink
TEMP: make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman authored and richm committed Feb 11, 2025
1 parent fb5a6c0 commit c53e278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tasks/setup_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@
# role_collection_name: freeipa.ansible_freeipa.ipaserver
block:
- name: Debug
shell: /usr/bin/env | grep -v LINUXSYSTEMROLES_SSH_KEY
shell: |
set -euo pipefail
/usr/bin/env | grep -v LINUXSYSTEMROLES_SSH_KEY
delegate_to: localhost

# - name: See if collection exists
Expand Down

0 comments on commit c53e278

Please sign in to comment.