Skip to content

Commit

Permalink
Merge pull request #102 from Dan0maN/fix-v-38453-more-than-one-pipe
Browse files Browse the repository at this point in the history
Removed the conditionl run of rpm to perform a tasks that are covered in V-38452 that causes a 'more than one --pipe' error.
  • Loading branch information
shepdelacreme authored Dec 21, 2016
2 parents 0675313 + 496e547 commit a923921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cat3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
- audit

- name: "LOW | V-38453 | PATCH | The system package management tool must verify group-ownership on all files and directories associated with packages."
command: rpm --setugids {{ item.stdout }} && rpm --setperms {{ item.stdout }}
command: rpm --setugids {{ item.stdout }}
when: item | changed
with_items: "{{ rpm_group_ownership_audit.results }}"
tags:
Expand Down

0 comments on commit a923921

Please sign in to comment.