Skip to content

Commit

Permalink
Changed gather facts description
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Abarca committed Jul 4, 2024
1 parent adfd2a7 commit 0f5654a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public static String[] getValues() {
public static Property GATHER_FACTS_PROP = PropertyUtil.bool(
ANSIBLE_GATHER_FACTS,
"Gather Facts",
"Gather fresh facts before importing? (recommended)",
"Gather fresh facts before importing? (Not recommended for large inventories)",
true,
"true"
);
Expand Down

0 comments on commit 0f5654a

Please sign in to comment.