Fix ansible-lint 502 error:
[502] All tasks should be named
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
"You have aborted the purge of the iSCSI gateway configuration"
when: purge_config == 'abort'
- - set_fact:
+ - name: set_fact igw_purge_type
+ set_fact:
igw_purge_type: "{{ purge_config }}"
- name: stopping the gateways
- containerized_deployment | bool
- ceph_docker_registry_auth | bool
- - set_fact: rolling_update=true
+ - name: set_fact rolling_update
+ set_fact:
+ rolling_update: true
- name: upgrade ceph mon cluster
vars:
become: true
gather_facts: false
tasks:
- - setup:
+ - name: gather facts
+ setup:
gather_subset:
- 'all'
- '!facter'