--- - name: delete nocontent file: path: ~/html/nocontent.html state: absent - name: download YOURLS git: dest: ~/html/ repo: '{{ yourls_repo }}' depth: 1 accept_hostkey: yes - name: download pseudonymize plugin git: dest: ~/html/user/plugins/yourls-pseudonymize repo: '{{ pseudonymize_repo }}' depth: 1 accept_hostkey: yes