switched to new facts-syntax

This commit is contained in:
2026-01-12 13:58:58 +01:00
parent 9fd07d57a4
commit 24f5e5b221
6 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
ansible.builtin.lineinfile:
path: "/etc/apt/sources.list.d/php.list"
state: present
line: "deb https://packages.sury.org/php/ {{ ansible_facts['distribution']_release | lower }} main"
line: "deb https://packages.sury.org/php/ {{ ansible_facts['distribution_release'] | lower }} main"
create: True
- name: webservers | nextcloud | prereq | install php