Skip to content

Commit

Permalink
[ADD] logic test
Browse files Browse the repository at this point in the history
  • Loading branch information
wdrdres3qew5ts21 committed Jun 10, 2020
1 parent f41a1e8 commit 415b513
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Ansible-ELK-Stack/roles/practice_logic/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
---
# tasks file for practice_logic
- name: Reading File
- name: Listing File
become: no
command: ls ~/logicFile.yml

- name: Reading File
become: no
command: cat ~/logicFile.yml
register: reading_file_output

- name: "result"
become: no
debug:
var: "{{reading_file_output}}"
msg: "{{reading_file_output}}"

0 comments on commit 415b513

Please sign in to comment.