Added some explanations.
This commit is contained in:
parent
8da96590ac
commit
68ac7a0a6d
5
nuke.yml
5
nuke.yml
|
@ -1,10 +1,13 @@
|
|||
---
|
||||
# This playbook will reset the instalation to facilitate a new installation.
|
||||
# All data is lost!
|
||||
- hosts: all
|
||||
become: True
|
||||
name: Dummy to gather facts
|
||||
tasks:
|
||||
- shell: "systemctl stop docker"
|
||||
- name: Stop docker service
|
||||
- shell: "systemctl stop docker"
|
||||
- name: Verify docker is stopped.
|
||||
systemd:
|
||||
name: docker
|
||||
state: stopped
|
||||
|
|
Loading…
Reference in New Issue