We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b473cba commit b0f921fCopy full SHA for b0f921f
.github/workflows/default-lxd.yml
@@ -126,7 +126,7 @@ jobs:
126
cd $GITHUB_WORKSPACE/$ANSIBLE_ROLE
127
[ -f get-dependencies.sh ] && sh -x get-dependencies.sh
128
{ 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
+ sudo lxc file push ansible.cfg $LXDGUEST/root/ansible.cfg
130
- name: Converge
131
run: |
132
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