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:
parent
a407457969
commit
791dc03607
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
||||||
---
|
---
|
||||||
# Tasks file for install ntp daemon on Linux system
|
# 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
|
- name: Update apt cache on Debian Family os
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
|
|
|
@ -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'
|
playbook_version_path: 'role-ntp_chaos-bodensee_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue