Skip to content

Commit

Permalink
Update 2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makiavel77 authored Apr 19, 2018
1 parent 27637c5 commit 63f475e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions secondPlay/2.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
- hosts: all
vars_files:
- vars/file.yml
# remote_user: jboss
tasks:
- name: lista file
shell: ls -l /tmp/{{ file1 }}
register: var_list
- debug:
msg: "{{ var_list.stdout }}"
- name: lista file
shell: ls -l /tmp/{{ file1 }}
register: var_list
- debug:
msg: "{{ var_list.stdout }}"

0 comments on commit 63f475e

Please sign in to comment.