Skip to content

Commit

Permalink
Add gather_facts=true to reproduce "could not recover task_vars" error
Browse files Browse the repository at this point in the history
  • Loading branch information
moreati committed Jan 17, 2025
1 parent e9e5522 commit d4b1531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: Get running configuration and state data
hosts: all
gather_facts: false
gather_facts: true
tasks:
- block:
- name: Start container
Expand Down

0 comments on commit d4b1531

Please sign in to comment.