naming unnamed tasks

This commit is contained in:
Cloud Fox 2018-02-04 07:09:23 +00:00
parent d7a5af8c33
commit dd9b4aad97
12 changed files with 155 additions and 77 deletions

View file

@ -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