Skip to content

Commit 052e16b

Browse files
committed
ci: update header for run_role_with_clear_facts [citest_skip]
Update header for run_role_with_clear_facts to indicate not editable and clarify what it does Signed-off-by: Rich Megginson <[email protected]>
1 parent 32e869f commit 052e16b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/tasks/run_role_with_clear_facts.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
# Task file: save facts, clear_facts, run linux-system-roles.storage, then restore facts.
3-
# Include this with include_tasks or import_tasks; ensure tests/library is in module search path.
2+
# DO NOT EDIT THIS FILE - managed by linux-system-roles/.github
3+
# Task file: clear_facts, run linux-system-roles.storage.
4+
# Include this with include_tasks or import_tasks
45
# Input:
56
# - __sr_tasks_from: tasks_from to run - same as tasks_from in include_role
67
# - __sr_public: export private vars from role - same as public in include_role
78
# - __sr_failed_when: set to false to ignore role errors - same as failed_when in include_role
8-
# Output:
9-
# - ansible_facts: merged saved ansible_facts with ansible_facts modified by the role, if any
109
- name: Clear facts
1110
meta: clear_facts
1211

0 commit comments

Comments
 (0)