diff --git a/reboot.yaml b/reboot.yaml index 4a19fb1..8768291 100644 --- a/reboot.yaml +++ b/reboot.yaml @@ -1,5 +1,5 @@ --- -- hosts: all,!ansible-hosts +- hosts: all,!ansible-host gather_facts: no tasks: - name: reboot diff --git a/roles/sipp/tasks/main.yaml b/roles/sipp/tasks/main.yaml index c05fb1a..4dc0406 100644 --- a/roles/sipp/tasks/main.yaml +++ b/roles/sipp/tasks/main.yaml @@ -2,19 +2,19 @@ - name: download sipp source get_url: url: "https://github.com/SIPp/sipp/releases/download/v3.6.0/sipp-3.6.0.tar.gz" - dest: "/home/pi/sipp-3.5.2.tar.gz" + dest: "/home/pi/sipp-3.6.0.tar.gz" register: sipp_source tags: sipp - name: Unpacking SIPP unarchive: copy: no dest: /home/pi/ - src: "/home/pi/sipp-3.5.2.tar.gz" + src: "/home/pi/sipp-3.6.0.tar.gz" when: sipp_source.changed register: sipp_source_unpack tags: sipp - name: move sipp directory - command: 'mv sipp-3.5.2 sipp' + command: 'mv sipp-3.6.0 sipp' when: sipp_source_unpack is changed register: sipp_move_directory tags: sipp diff --git a/temp.yaml b/temp.yaml index 6c6a426..5818275 100644 --- a/temp.yaml +++ b/temp.yaml @@ -1,4 +1,4 @@ --- -- hosts: tcgui +- hosts: update roles: - - tcgui + - update