diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-09 11:12:22 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-09 11:12:26 +0200 |
commit | f7178aedfd35c95c43c6a811775cb51e40ffd925 (patch) | |
tree | 01b2244c232afd3be8f74f6835bad11029317045 /requirements.txt | |
parent | README: update (diff) | |
download | maintenance-f7178aedfd35c95c43c6a811775cb51e40ffd925.tar.gz maintenance-f7178aedfd35c95c43c6a811775cb51e40ffd925.zip |
repurpose the repo
It's no longer a stupid, archived Ansible project; I'm gonna use it to
run GitHub Actions to do maintenance on my stuff.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 45752a4..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -# ansible-core v2.15 reboots my servers multiple times: -# https://github.com/ansible/ansible/issues/81013 -ansible == 7.7.0 |