Added PHP
This commit is contained in:
@@ -23,3 +23,8 @@
|
|||||||
ansible.builtin.command: php -v
|
ansible.builtin.command: php -v
|
||||||
register: php_version_output
|
register: php_version_output
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
# Mostrar la versión de PHP instalada
|
||||||
|
- name: Mostrar la versión de PHP instalada
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "Versión de PHP instalada: {{ php_version_output.stdout }}"
|
||||||
Reference in New Issue
Block a user