Skip to content

Commit b0f921f

Browse files
committed
ci(default-lxd): fix dependencies step (4)
1 parent b473cba commit b0f921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default-lxd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
cd $GITHUB_WORKSPACE/$ANSIBLE_ROLE
127127
[ -f get-dependencies.sh ] && sh -x get-dependencies.sh
128128
{ echo '[defaults]'; echo 'callbacks_enabled = profile_tasks, timer'; echo 'roles_path = ../'; echo 'ansible_python_interpreter: /usr/bin/python3'; } >> ansible.cfg
129-
sudo lxc file push ansible.cfg $LXDGUEST/root
129+
sudo lxc file push ansible.cfg $LXDGUEST/root/ansible.cfg
130130
- name: Converge
131131
run: |
132132
sudo lxc exec $LXDGUEST -- ansible-playbook -i localhost, --connection=local --become -vvv /tmp/workspace/$ANSIBLE_ROLE/test/integration/default/default.yml ${ANSIBLE_EXTRA_VARS}

0 commit comments

Comments
 (0)