Skip to content

Commit

Permalink
Move RedHat jinja2 filter to a test for Ansible 2.9+ compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
h00pz authored and Matt McCarrell committed Dec 16, 2019
1 parent af07b7b commit 738250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

- name: Remount devpts mount point
command: mount -o remount devpts
when: devpts_result|changed
when: devpts_result is changed

0 comments on commit 738250f

Please sign in to comment.