copr: run ansible mount on each machine not just in aws
This commit is contained in:
parent
c1cc5344a3
commit
ce576b2a18
2 changed files with 0 additions and 3 deletions
|
@ -211,7 +211,6 @@
|
|||
|
||||
- name: mount cache filesystem on /var/cache/mock
|
||||
mount: path=/var/cache/mock state=mounted src=mock_cache_tmpfs fstype=tmpfs opts="size=32G"
|
||||
when: mock_var_cache_tmpfs is defined
|
||||
|
||||
- name: Collect facts about builder hardware
|
||||
setup:
|
||||
|
|
|
@ -7,8 +7,6 @@ builder_images:
|
|||
x86_64: "{{ copr_builder_images.aws.x86_64 }}"
|
||||
aarch64: "{{ copr_builder_images.aws.aarch64 }}"
|
||||
|
||||
mock_var_cache_tmpfs: true
|
||||
|
||||
aws_arch_subnets:
|
||||
x86_64:
|
||||
- subnet-0995f6a466849f4c3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue