diff --git a/setup/freebsd/ansible-playbook.yaml b/setup/freebsd/ansible-playbook.yaml index c7a6f2db0..4fe119015 100644 --- a/setup/freebsd/ansible-playbook.yaml +++ b/setup/freebsd/ansible-playbook.yaml @@ -49,7 +49,7 @@ command: curl -sL https://ci.nodejs.org/jnlpJars/slave.jar -o /home/{{ server_user }}/slave.jar tags: jenkins - - name: Jenkins | Copy init script + - name: Init | Copy init script copy: src=./resources/jenkins dest={{ init_script_path }} owner={{ server_user }} group={{ server_user }} mode=0755 tags: init