Skip to content

Commit

Permalink
Cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Oct 25, 2022
1 parent 9bccffe commit 0b6f83e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
- gnu-parallel-install-build

- name: version check
ansible.builtin.shell: >
ansible.builtin.shell: > # noqa risky-shell-pipe
tar -jtf {{ gnu_parallel_download_path }}/{{ gnu_parallel_download_url | basename }} | head -n 1
args:
warn: false
Expand All @@ -90,7 +90,14 @@
- gnu-parallel-install
- gnu-parallel-install-build

- block:
- name: install
when: _unarchive is changed
tags:
- configuration
- gnu-parallel
- gnu-parallel-install
- gnu-parallel-install-build
block:

- name: configure
ansible.builtin.command: >
Expand All @@ -116,13 +123,6 @@
tags:
- gnu-parallel-install-build-make-install

when: _unarchive is changed
tags:
- configuration
- gnu-parallel
- gnu-parallel-install
- gnu-parallel-install-build

- name: silence citation notice
ansible.builtin.copy:
src: root/.parallel
Expand Down

0 comments on commit 0b6f83e

Please sign in to comment.