Skip to content

Commit

Permalink
try to touch file in /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
loraine-gueguen committed Aug 2, 2024
1 parent 461d243 commit 186682e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/install.dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
# NGINX

- name: shell command
ansible.builtin.shell: apt-get update && apt-get -y install apt-transport-https ca-certificates gnupg gpg-agent
ansible.builtin.shell: touch /tmp/test
register: data
- name: shell command
ansible.builtin.shell: apt-get update && apt-get -y install apt-transport-https ca-certificates gnupg gpg-agent
- name: print all returned values
debug:
msg: "{{ data }}"
Expand Down

0 comments on commit 186682e

Please sign in to comment.