Add names to set_fact tasks

This commit is contained in:
Will Miller 2018-09-12 14:28:53 +00:00
parent 92b473c287
commit b6b249729d
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
---
- hosts: all
tasks:
- set_fact:
- name: Set command for deployment
set_fact:
cmd: deploy
- name: Schedule nodes

View File

@ -1,7 +1,8 @@
---
- hosts: all
tasks:
- set_fact:
- name: Set command for teardown
set_fact:
cmd: teardown
- name: Schedule removal of nodes