diff options
author | binary <me@rgoncalves.se> | 2021-03-25 21:39:06 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-25 21:39:06 +0100 |
commit | 3ace280acec54508dcd1ab9964fa57a47fb752f5 (patch) | |
tree | ba905644bbd331f61b2219de8af32b3af51e281c /roles/factorio/meta | |
parent | 376743ac96ee505fa967af675034fb796835b2e9 (diff) | |
download | infrastructure-3ace280acec54508dcd1ab9964fa57a47fb752f5.tar.gz |
Fix alpine quirks automatically
Diffstat (limited to 'roles/factorio/meta')
-rw-r--r-- | roles/factorio/meta/main.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/factorio/meta/main.yml b/roles/factorio/meta/main.yml new file mode 100644 index 0000000..56a37d5 --- /dev/null +++ b/roles/factorio/meta/main.yml @@ -0,0 +1,10 @@ + +# factorio ~~ roles/factorio/meta/main.yml + +--- + +dependencies: + + - role: alpine_glibc + tags: "dependency" + when: ansible_distribution == "Alpine" |