1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00

Help on debian based systems

This commit is contained in:
Lilian Roller 2020-01-16 17:17:10 +01:00
parent a407457969
commit 791dc03607
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
---
# Tasks file for install ntp daemon on Linux system
- name: install apt support on debian
become: yes
package:
name: python3-apt
state: present
changed_when: false
when: ansible_os_family == "Debian"
- name: Update apt cache on Debian Family os
become: yes
apt:

View file

@ -1,3 +1,3 @@
---
playbook_version_number: 2048 # should be over ninethousand
playbook_version_number: 2049 # should be over ninethousand
playbook_version_path: 'role-ntp_chaos-bodensee_github.com.version'