naming unnamed tasks
This commit is contained in:
parent
d7a5af8c33
commit
dd9b4aad97
12 changed files with 155 additions and 77 deletions
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
|
||||
- set_fact: force_install=no
|
||||
- name: set fact force_install to no
|
||||
set_fact: force_install=no
|
||||
|
||||
- set_fact: force_install=yes
|
||||
- name: set fact force_install to yes
|
||||
set_fact: force_install=yes
|
||||
when: es_allow_downgrades
|
||||
|
||||
- name: Debian - Install apt-transport-https to support https APT downloads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue