Skip to content
Snippets Groups Projects
Verified Commit d119ead2 authored by Chris Croome's avatar Chris Croome
Browse files

CI debug

parent c7aa106a
No related branches found
No related tags found
No related merge requests found
Pipeline #34980 failed
......@@ -30,6 +30,10 @@
ansible.builtin.debug:
var: ansible_facts.user_dir
- name: Debug ansible_facts
ansible.builtin.debug:
var: ansible_facts
- name: Include php role as root
ansible.builtin.include_role:
name: php
......
......@@ -30,10 +30,6 @@
ansible.builtin.debug:
var: ansible_facts.user_dir
- name: Debug ansible_facts
ansible.builtin.debug:
var: ansible_facts
- name: Include php role as root
ansible.builtin.include_role:
name: php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment