Skip to content

Commit

Permalink
Merge pull request #662 from jsf9k/improvement/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
konstruktoid committed May 28, 2024
2 parents 84aedcd + 617d50e commit a8a9d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
changed_when: service_auditd_restart.rc == 0
when:
- ansible_os_family == "RedHat"
- ansible_virtualization_type not in ["contaier", "docker", "podman"]
- ansible_virtualization_type not in ["container", "docker", "podman"]
tags:
- CCE-80872-5

Expand Down

0 comments on commit a8a9d48

Please sign in to comment.