diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-29 17:24:06 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-29 17:24:09 +0200 |
commit | 1ff6ab6eb67fa12f509b43a628d8817f28c5749b (patch) | |
tree | 7564a70b656e4d25a74bfe269906184b5bc59253 /requirements.yml | |
parent | workflows/run: tweak step names (diff) | |
download | maintenance-1ff6ab6eb67fa12f509b43a628d8817f28c5749b.tar.gz maintenance-1ff6ab6eb67fa12f509b43a628d8817f28c5749b.zip |
unpin community.general
Hopefully, all the recent versions of Ansible bundle the version that
carries the fix.
Diffstat (limited to 'requirements.yml')
-rw-r--r-- | requirements.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/requirements.yml b/requirements.yml index 5ca5805..0c18905 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,11 +1,5 @@ --- 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 # Yay-compatible module: - name: kewlfft.aur version: 0.10.0 |