aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/playbooks/test.yml
blob: 638572f783fb9077e3d5ca39ceade2ce6979f954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Create a file in /root/ called toto with content tata
  hosts: all
  become: true
  tasks:
    - name: Ensure /root/toto exists with content "tata"
      ansible.builtin.copy:
        dest: /root/toto
        content: "tata"
        owner: root
        group: root
        mode: '0644'
...
ite/jacoco/musichub.business/index.source.html?id=fa8c6e14b3f87407ea5805e35697acc4d93a8007&follow=1'>PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82