Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless tasks #9

Merged
merged 2 commits into from
Jun 22, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into remove_useless_tasks
  • Loading branch information
dhoeric committed Jun 22, 2017
commit a4c3508ee310ee611f87cf54920bea821724f014
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
yum:
name: "https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_{{ url }}/amazon-ssm-agent.rpm"
state: present
when: ansible_os_family == 'RedHat' and cpu_arch.stdout == '64'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roumano Please let me know if above changes is wrong

when: ansible_os_family == 'RedHat'

- name: Install deb file for Debian family 32/64-bit
become: yes
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.