`TASK [Copy RPMS to Repository Directory]` cannot copy RPMs

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
ok: [3.21.205.168]

TASK [include_tasks] ***********************************************************
included: /CONFIG/guest-setup/post-artifact-installation/create_test_repository.yml for 3.21.205.168

TASK [Create /var/share/test-artifacts] ****************************************
changed: [3.21.205.168] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0775",
    "owner": "root",
    "path": "/var/share/test-artifacts",
    "secontext": "unconfined_u:object_r:var_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Copy RPMS to Repository Directory] ***************************************
fatal: [3.21.205.168]: FAILED! => {
    "changed": true,
    "cmd": "cp -rf *.rpm /var/share/test-artifacts",
    "delta": "0:00:00.011488",
    "end": "2023-02-20 15:20:33.767160",
    "rc": 1,
    "start": "2023-02-20 15:20:33.755672"
}

STDERR:

cp: cannot stat '*.rpm': No such file or directory

context: https://artifacts.dev.testing-farm.io/411bd472-b677-426d-9c13-fed2ab20b814/ https://github.com/packit/ogr/pull/770/checks?check_run_id=11469603302

Am I doing something wrong?