From ebb0e25d8a5d710814d2c0e53c3a2cc0f8fdd275 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 17 Sep 2022 18:26:15 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdb.yaml | 3 ++- playbooks/mpdf.yaml | 9 +++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/playbooks/mpdb.yaml b/playbooks/mpdb.yaml index a6ee7c2..b1fb746 100644 --- a/playbooks/mpdb.yaml +++ b/playbooks/mpdb.yaml @@ -42,7 +42,8 @@ - name: Install mpdb on hosts apt: name: mpd - state: present + state: latest + update_cache: yes - name: setup config on hosts template: src: mpdb.conf.j2 diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 5790bfe..446b210 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -48,12 +48,9 @@ - name: Install mpdf on hosts apt: name: mpd - state: present - - name: Install sshfs on hosts - apt: - name: sshfs - state: present - - name: setup config on hosts + state: latest + update_cache: yes + - name: setup config on hosts template: src: mpdf.conf.j2 dest: "/etc/mpdf{{ item }}.conf"