We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4311bf + de33e34 commit 4dd8228Copy full SHA for 4dd8228
1 file changed
.github/workflows/module_acceptance.yml
@@ -143,6 +143,8 @@ jobs:
143
# Redact password
144
FILE='spec/fixtures/litmus_inventory.yaml'
145
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
146
+ # Clean up resolv.conf on target Docker machines to avoid Azure DNS issues caused by Twingate actions
147
+ bundle exec bolt command run "sed '/^nameserver 168.63.129.16\$/d; /^search/d' /etc/resolv.conf > /tmp/resolv.conf && cat /tmp/resolv.conf > /etc/resolv.conf" --targets all --inventoryfile spec/fixtures/litmus_inventory.yaml
148
149
- name: "Install Puppet agent"
150
run: |
0 commit comments