From 92fcf0b1571752a480fec19678007bbd0d7d5cff Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Tue, 30 Apr 2024 23:03:11 +0200 Subject: [PATCH] ansible-pull: rename the task We're no longer testing. This task sets up autossh so we can push in everything else. --- ansible/playbook-pull.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbook-pull.yaml b/ansible/playbook-pull.yaml index 45f27a9..57add05 100644 --- a/ansible/playbook-pull.yaml +++ b/ansible/playbook-pull.yaml @@ -5,7 +5,7 @@ - name: set system hostname ansible.builtin.script: scripts/set_hostname -- name: test playbook +- name: autossh playbook hosts: domoticamachines tasks: - name: autossh config -- 2.51.0