Skip to content

Commit

Permalink
Do not gather facts on newly created scenarios (#3565)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhan9san authored Jun 1, 2022
1 parent 188dfe8 commit c1b113d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: "Include {{ cookiecutter.role_name }}"
ansible.builtin.include_role:
Expand Down

0 comments on commit c1b113d

Please sign in to comment.