Document and ensure Ansible FQCN

This commit is contained in:
Jason Rothstein 2020-11-29 21:27:46 -06:00
parent 389d6a4fd0
commit ee27479396
3 changed files with 6 additions and 6 deletions

View File

@ -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
------------------

View File

@ -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

View File

@ -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 }}'