Skip to content

Commit

Permalink
Fix ShellCheck problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Nov 4, 2024
1 parent e5bdfc2 commit 7c5c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/applicability/bootc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ title: Bootable containers
# containers don't contain kernel.
#
check_id: bootc
bash_conditional: "{ rpm --quiet -q kernel } && { rpm --quiet -q rpm-ostree } && { rpm --quiet -q bootc }"
bash_conditional: "{ rpm --quiet -q kernel ;} && { rpm --quiet -q rpm-ostree ;} && { rpm --quiet -q bootc ;}"
ansible_conditional: '"kernel" in ansible_facts.packages and "rpm-ostree" in ansible_facts.packages and "bootc" in ansible_facts.packages'

0 comments on commit 7c5c608

Please sign in to comment.