Skip to content

Commit e8831a4

Browse files
authored
Merge pull request #734 from stackhpc/gather-facts-pcnf
Avoid facts for purge-command-not-found.yml
2 parents ec1ff05 + a166a97 commit e8831a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/purge-command-not-found.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
become: true
3131
failed_when: false
3232
ignore_unreachable: true
33-
when: ansible_facts.os_family == "Debian"
33+
when: os_distribution == "ubuntu"

0 commit comments

Comments
 (0)