Skip to content

Commit

Permalink
deleted pipeline command
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 1, 2024
1 parent 2ad8f8b commit 050f493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

- name: Install Docker Prerequisites

Check failure on line 25 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

risky-shell-pipe

Shells that use pipes should set the pipefail option.

Check warning on line 25 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (shell).
shell: |
set -o pipefail
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
Expand Down

0 comments on commit 050f493

Please sign in to comment.