Merge pull request #1 from Ownercz/Ownercz-review
commit
e992308cf6
7 changed files with 30 additions and 1 deletions
@ -0,0 +1,3 @@ |
||||
# TODO |
||||
- Add readme, as it is always needed. Who knows who will want to use this role? |
||||
- - At least: 1) Basic description 2) Important variables 3) Detailed info 4) Playbook example 5) Don't forget to mention other role dependencies |
@ -1,3 +1,5 @@ |
||||
--- |
||||
- name: restart chrony |
||||
service: name={{ chrony_service_name }} state=restarted |
||||
|
||||
#use newer style of ansible syntax - https://docs.ansible.com/ansible/latest/collections/ansible/builtin/systemd_module.html#examples |
||||
|
@ -1,3 +1,5 @@ |
||||
--- |
||||
- name: Install the require packages in Ubuntu derivatives |
||||
apt: name=chrony state={{ chrony_pkg_state }} |
||||
|
||||
# again old syntax, look up ansible apt module a opis to z toho |
||||
|
Loading…
Reference in new issue