Skip to content

Commit

Permalink
Merge pull request #315 from ansible-lockdown/devel
Browse files Browse the repository at this point in the history
workflow pipeline run through devel-main
  • Loading branch information
uk-bolly authored Aug 10, 2023
2 parents d6e5f98 + fc1c20d commit a0af2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Preliminary tasks that should always be run

- name: Add the required packages
- name: "PRELIM | Add the required packages"
ansible.builtin.package:
name:
- python3-libselinux
Expand All @@ -10,7 +10,7 @@
tags:
- always

- name: Gather the package facts before prelim
- name: "PRELIM | Gather the package facts before prelim"
ansible.builtin.package_facts:
manager: auto
tags:
Expand Down

0 comments on commit a0af2df

Please sign in to comment.