You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/05/17 19:14:11 UTC

[GitHub] [trafficcontrol] jhg03a commented on a change in pull request #5852: Fix ort references

jhg03a commented on a change in pull request #5852:
URL: https://github.com/apache/trafficcontrol/pull/5852#discussion_r633797505



##########
File path: infrastructure/ansible/roles/ats/tasks/ats.yml
##########
@@ -53,12 +53,22 @@
     state: stopped
   ignore_errors: true
 
+- name: Create tmp dir for t3c log
+  file:
+    path: /tmp/trafficcontrol-cache-config
+    state: directory
+    recurse: yes
+    owner: root
+    group: root
+    mode: 0755
+
 - name: Run ORT Badass
-  shell: >-
+  shell:

Review comment:
       You're missing the executable flag to force it to use bash.  This is needed because `PIPESTATUS` is a bash-ism.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org