We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b2e08 commit a816158Copy full SHA for a816158
tasks/modules/passenger_module.yml
@@ -11,6 +11,7 @@
11
- name: get gem path
12
shell: which gem
13
register: gem_path
14
+ ignore_errors: yes
15
16
- debug:
17
var: gem_path
0 commit comments