From 559317f3550b40531acb4307084e6e2ed6d7c755 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 31 Jul 2023 13:12:25 +0200 Subject: [PATCH] upt playbook --- playbooks/install_morefine.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/install_morefine.yaml b/playbooks/install_morefine.yaml index 49ef12a..1f867ae 100644 --- a/playbooks/install_morefine.yaml +++ b/playbooks/install_morefine.yaml @@ -1,4 +1,4 @@ -- hosts: morefine +- hosts: morefine123 name: Install morefine become: yes become_user: jd @@ -32,4 +32,6 @@ ansible.builtin.apt: name: - code - + - name: Install viber + ansible.builtin.apt: + deb: https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb \ No newline at end of file