diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-17 10:23:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-17 10:23:17 +0300 |
commit | 8da4a03a97dc8bf2d658137c1304d851a992574b (patch) | |
tree | e65ecf21410a4f610dd379ecd6af1b47b3323bdc /requirements.yml | |
parent | roles: my-server -> my_server (diff) | |
download | maintenance-8da4a03a97dc8bf2d658137c1304d851a992574b.tar.gz maintenance-8da4a03a97dc8bf2d658137c1304d851a992574b.zip |
roles: add yay
Diffstat (limited to '')
-rw-r--r-- | requirements.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.yml b/requirements.yml index 1b17a8a..5ca5805 100644 --- a/requirements.yml +++ b/requirements.yml @@ -6,3 +6,6 @@ collections: # https://github.com/ansible-collections/community.general/commit/b9f62bb4ef7808c0220d154c10c1c846f7c3361e - name: community.general version: 4.6.0 + # Yay-compatible module: + - name: kewlfft.aur + version: 0.10.0 |