Skip to content
Snippets Groups Projects
Commit 2d531fc3 authored by Chris Hines's avatar Chris Hines
Browse files

change the task names to help debuging if there is a problem

parent 18475576
No related branches found
No related tags found
1 merge request!33Multiple fixes
--- ---
- include_vars: "{{ ansible_os_family }}.yml" - include_vars: "{{ ansible_os_family }}.yml"
- name: install lua - name: install lua centos
yum: name={{ item }} state=installed yum: name={{ item }} state=installed update_cache=yes
with_items: with_items:
- lua - lua
- lua-filesystem - lua-filesystem
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
sudo: true sudo: true
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'
- name: install lua - name: install lua debian
apt: name={{ item }} state=installed apt: name={{ item }} state=installed
with_items: with_items:
- lua5.2 - lua5.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment