Skip to content

Commit

Permalink
fix: architecture is now a required fact
Browse files Browse the repository at this point in the history
Due to #467
architecture is now a required Ansible fact

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 16, 2024
1 parent 62e47b4 commit 2b7e872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# ansible_facts required by the role
__storage_required_facts:
- architecture
- distribution
- distribution_major_version
- distribution_version
Expand Down

0 comments on commit 2b7e872

Please sign in to comment.