switched to new facts-syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user