Skip to content

Commit

Permalink
Unique YAML anchors.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 5, 2021
1 parent 893ca15 commit 3eb26c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
_ca_openssl_path:
Alpine: /etc/ssl
Debian: /etc/ssl
RedHat: &RHEL /etc/pki/tls
Rocky: *RHEL
RedHat: &redhat_path /etc/pki/tls
Rocky: *redhat_path
Suse: /etc/ssl

# config file name
Expand Down

0 comments on commit 3eb26c6

Please sign in to comment.