Skip to content

Commit

Permalink
fix ci 11
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Aug 8, 2023
1 parent 1676a22 commit 1b7c600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion roles/node/tasks/400-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 1b7c600

Please sign in to comment.