diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index b6693ea..48a8b52 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -61,7 +61,7 @@ jobs: # poetry --ansi run ansible-galaxy install -r requirements.yml -vvv run: | apt-get install gnupg2 rsync openssh-client openssh-server -y - echo "remote_tmp = /tmp/.ansible-\${USER}/tmp" > $HOME/.ansible.cfg + printf "[defaults]\nremote_tmp = /tmp/.ansible-\${USER}/tmp" > $HOME/.ansible.cfg cd roles/bareos poetry --ansi run ansible --version poetry --ansi run ansible-galaxy --version