Document and ensure Ansible FQCN
This commit is contained in:
parent
389d6a4fd0
commit
ee27479396
@ -1,12 +1,14 @@
|
||||
Role Name
|
||||
=========
|
||||
|
||||
A brief description of the role goes here.
|
||||
Ensure the OS time zone is defined
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
|
||||
Please ensure the following collections are installed :
|
||||
|
||||
* community.general
|
||||
|
||||
Role Variables
|
||||
--------------
|
||||
@ -30,7 +32,7 @@ Including an example of how to use your role (for instance, with variables passe
|
||||
License
|
||||
-------
|
||||
|
||||
BSD
|
||||
LGPL-3.0-or-later
|
||||
|
||||
Author Information
|
||||
------------------
|
||||
|
@ -14,7 +14,7 @@ galaxy_info:
|
||||
# - GPL-3.0-only
|
||||
# - Apache-2.0
|
||||
# - CC-BY-4.0
|
||||
license: license (GPL-2.0-or-later, MIT, etc)
|
||||
license: LGPL-3.0-or-later
|
||||
|
||||
min_ansible_version: 2.9
|
||||
|
||||
|
@ -10,8 +10,6 @@
|
||||
- ansible_system == 'Linux'
|
||||
- services is not defined
|
||||
ansible.builtin.package_facts:
|
||||
- name: 'flush handlers'
|
||||
meta: 'flush_handlers'
|
||||
- name: 'Set timezone'
|
||||
community.general.timezone:
|
||||
hwclock: '{{ timezone.hwclock }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user