diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-16 20:46:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-16 20:46:00 +0300 |
commit | 56ed7fe042f2177342f83d13fa4a00419e813a4e (patch) | |
tree | 43fa05d6e99bb485a4d020da8ca77be48c469816 /requirements.yml | |
parent | add ansible.cfg (diff) | |
download | maintenance-56ed7fe042f2177342f83d13fa4a00419e813a4e.tar.gz maintenance-56ed7fe042f2177342f83d13fa4a00419e813a4e.zip |
add requirements.yml
Diffstat (limited to '')
-rw-r--r-- | requirements.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..1b17a8a --- /dev/null +++ b/requirements.yml @@ -0,0 +1,8 @@ +--- +collections: + # Apparently, Pacman developers thought it was a good idea to change the flag + # --sys-upgrade to --sysupgrade, which was incredibly bright on their part. + # Even if my reasonably up-to-date Ansible doesn't carry the fix: + # https://github.com/ansible-collections/community.general/commit/b9f62bb4ef7808c0220d154c10c1c846f7c3361e + - name: community.general + version: 4.6.0 |