diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-31 23:44:54 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-31 23:44:54 +0200 |
commit | 727ab17a644d52105746e18c301cf733b1181507 (patch) | |
tree | 71113c6efae3074899de965aee5489cb76362f8e /src/requirements.yml | |
parent | downgrade Ansible (diff) | |
download | maintenance-727ab17a644d52105746e18c301cf733b1181507.tar.gz maintenance-727ab17a644d52105746e18c301cf733b1181507.zip |
move Ansible files to src/
Diffstat (limited to 'src/requirements.yml')
-rw-r--r-- | src/requirements.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/requirements.yml b/src/requirements.yml new file mode 100644 index 0000000..42d7f65 --- /dev/null +++ b/src/requirements.yml @@ -0,0 +1,5 @@ +--- +collections: + # Yay-compatible module: + - name: kewlfft.aur + version: 0.11.1 |