Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Speed up verify, gathering facts is not required.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 3, 2020
1 parent bcd0336 commit 92d2731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Verify
hosts: all
become: yes
gather_facts: yes
gather_facts: no

tasks:
- name: check if connection still works
Expand Down

0 comments on commit 92d2731

Please sign in to comment.