Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed May 21, 2024
1 parent 6dd5fa8 commit 68cef9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/cluster_settings/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
when: cluster_settings_ha_enable is defined

- name: Command

Check failure on line 91 in roles/cluster_settings/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

command-instead-of-shell

Use shell only when shell functionality is required.
ansible.builtin.shell: pip freeze | grep pyvmomi
ansible.builtin.shell: pip freeze
register: _o
changed_when: False

Check failure on line 94 in roles/cluster_settings/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[truthy]

Truthy value should be one of \[false, true]

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/cluster_settings_test/runme.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
source ../init.sh
exec ansible-playbook run.yml
exec ansible-playbook run.yml -vvvv

0 comments on commit 68cef9e

Please sign in to comment.