Created
May 29, 2024 23:48
-
-
Save zeitounator/285957237a8660a5d93d424a93bb6ba7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Fetch tar file from sibling_node | |
hosts: '{{sibling_node.stdout}}" | |
max_fail_percentage: "{{ vnf_fail_ratio }}" | |
remote_user: root | |
vars_files: | |
- vars/global_var.yml | |
tasks: | |
- include_tasks: tasks/common/fetchdir.yml | |
vars: | |
SRC_DIR: "/tmp/heal" | |
DEST_DIR: "/tmp/heal" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment