Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Jan 31, 2024
1 parent a454e4e commit 6c05449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
python_versions:
- 3.10.6
- 3.9.13
python_jupyter_kernel: true
python_jupyter_kernel: true
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
- python-install-upgrade-tools

- name: Install python | Make available as a Jupyter Kernel
when: python_jupyter_kernel
tags:
- python-install-jupyter-kernel
block:
- name: Install python | Install ipykernel
ansible.builtin.pip:
Expand All @@ -54,6 +57,3 @@
index_var: index
register: command_result
changed_when: kernel_json.results[index].stat.exists == false
when: python_jupyter_kernel
tags:
- python-install-jupyter-kernel

0 comments on commit 6c05449

Please sign in to comment.