Skip to content

Commit 6e7fa3b

Browse files
committed
allow ansible for vagrant
1 parent a2852fe commit 6e7fa3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
if: matrix.security == 'fapolicyd'
8787
run: |
8888
vagrant ssh --command "echo 'allow perm=any pattern=ld_so exe=/usr/bin/crun : path=/usr/lib64/libsystemd.so.0' | sudo tee -a /etc/fapolicyd/rules.d/15-foremanctl.rules" quadlet
89+
vagrant ssh --command "echo 'allow perm=any all : dir=/home/vagrant/.ansible/tmp/' | sudo tee -a /etc/fapolicyd/rules.d/15-foremanctl.rules" quadlet
8990
vagrant ssh quadlet -- sudo systemctl restart fapolicyd
9091
- name: Run image pull
9192
run: |

0 commit comments

Comments
 (0)