Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions tests/tasks/run_role_with_clear_facts.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
# Task file: save facts, clear_facts, run linux-system-roles.network, then restore facts.
# Include this with include_tasks or import_tasks; ensure tests/library is in module search path.
# DO NOT EDIT THIS FILE - managed by linux-system-roles/.github
# Task file: clear_facts, run linux-system-roles.network.
# Include this with include_tasks or import_tasks
# Input:
# - __sr_tasks_from: tasks_from to run - same as tasks_from in include_role
# - __sr_public: export private vars from role - same as public in include_role
# - __sr_failed_when: set to false to ignore role errors - same as failed_when in include_role
# Output:
# - ansible_facts: merged saved ansible_facts with ansible_facts modified by the role, if any
- name: Clear facts
meta: clear_facts

Expand Down