Update role dependencies

This commit is contained in:
2024-02-08 15:55:01 -05:00
parent e09a7f7d45
commit bb21e8d5c6
507 changed files with 1270 additions and 28219 deletions

View File

@@ -2,10 +2,10 @@
# See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199 and
# https://github.com/geerlingguy/ansible-role-java/issues/64
- name: Ensure 'man' directory exists.
file:
file: # noqa 208
path: /usr/share/man/man1
state: directory
recurse: true
mode: 0755
when:
- ansible_distribution == 'Ubuntu'
- ansible_distribution_major_version | int >= 18