debug file

This commit is contained in:
faten 2025-06-02 13:29:09 +00:00
parent 81552d83f0
commit 244874813f

View File

@ -47,6 +47,14 @@
dest: "{{ repo_core_dir }}/custom_files/id_rsa"
mode: '0600'
- name: List contents of core repo directory
ansible.builtin.command:
cmd: ls -l "{{ repo_core_dir }}"
register: repo_core_ls
- debug:
var: repo_core_ls.stdout_lines
- name: Build the Docker image from core repo
community.docker.docker_image:
name: ansible-pulumi