Skip to content

Commit

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

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

0 comments on commit 8024a06

Please sign in to comment.