Skip to content

Commit

Permalink
Fix missing vars entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m committed Jan 17, 2025
1 parent 23c2556 commit 4e75860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/rejoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

roles:
- role: rejoin
rejoin_primary_ip: "{{ hostvars[primary].ansible_host }}"
vars:
rejoin_primary_ip: "{{ hostvars[primary].ansible_host }}"

0 comments on commit 4e75860

Please sign in to comment.