Add names to set_fact tasks
This commit is contained in:
parent
92b473c287
commit
b6b249729d
@ -1,7 +1,8 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- set_fact:
|
||||
- name: Set command for deployment
|
||||
set_fact:
|
||||
cmd: deploy
|
||||
|
||||
- name: Schedule nodes
|
||||
|
@ -1,7 +1,8 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- set_fact:
|
||||
- name: Set command for teardown
|
||||
set_fact:
|
||||
cmd: teardown
|
||||
|
||||
- name: Schedule removal of nodes
|
||||
|
Loading…
x
Reference in New Issue
Block a user