Skip to content

Commit

Permalink
More FQCNs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 27, 2021
1 parent 055a034 commit 13201c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
gather_facts: no

tasks:
- name: check if connection still works
ansible.builtin.ping:

- name: check if java can be started
command: java -version
ansible.builtin.command:
cmd: java -version
changed_when: no

0 comments on commit 13201c9

Please sign in to comment.