From 1b7c600deb8b5e219d00768b0b7840ca52aebf28 Mon Sep 17 00:00:00 2001 From: BulatSaif Date: Tue, 8 Aug 2023 16:34:36 +0300 Subject: [PATCH] fix ci 11 --- .github/workflows/molecule.yml | 2 +- roles/node/tasks/400-binary.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 8773001..e4f5e58 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -30,7 +30,7 @@ jobs: with: channel: latest/stable - name: Setup Python modules - run: pip3 install PyYAML==5.4.1 yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker + run: pip3 install PyYAML==5.3.1 yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker - name: Run molecule run: molecule test --all working-directory: "${{ github.repository }}/${{ inputs.role-path }}" diff --git a/roles/node/tasks/400-binary.yml b/roles/node/tasks/400-binary.yml index 90937c5..5312c7b 100644 --- a/roles/node/tasks/400-binary.yml +++ b/roles/node/tasks/400-binary.yml @@ -174,7 +174,7 @@ - name: Binary | Copy new auxiliary binaries ansible.builtin.copy: src: "{{ _node_temp_dir.path }}/{{ item }}" - dest: {{ _node_binary_path }}/{{ item }}" + dest: "{{ _node_binary_path }}/{{ item }}" remote_src: yes mode: 0755 owner: "{{ node_user }}"