debug file
This commit is contained in:
parent
81552d83f0
commit
244874813f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user