ansible_role_restic/handlers
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Maciej Mionskowski d8bfba2104
reference ansible facts through ansible_facts instead of ansible_ prefix
The feature is deprecated, Ansible 2.24 will remove access to facts through ansible_ prefix entirely.

example of such warning

```
[DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated, top-level facts will not be auto injected after the change. This feature will be removed from ansible-core version 2.24.
Origin: $HOME/.ansible/roles/roles-ansible.restic/handlers/main.yml:16:7

14     - item.name is defined
15     - item.scheduled | default(false)
16     - ansible_service_mgr == 'systemd'
         ^ column 7
```
2025-12-10 22:30:25 +01:00
..
main.yml reference ansible facts through ansible_facts instead of ansible_ prefix 2025-12-10 22:30:25 +01:00