Fix new mirror system errors

Fix the reported stat name for the mirror playbook.

Run the mirror job in gate.

Set follow=false so that we're telling Ansible to set the perms
on the link rather than the target (which is the default).

Change-Id: Id594cf3f7ab1dacae423cd2b7e158a701d086af6
This commit is contained in:
James E. Blair 2019-05-24 08:53:57 -07:00
parent 5e908c739b
commit a92ac59e15
3 changed files with 3 additions and 1 deletions

View File

@ -668,6 +668,7 @@
- system-config-run-dns
- system-config-run-eavesdrop
- system-config-run-nodepool
- system-config-run-mirror
- system-config-run-docker-registry
- system-config-run-gitea:
dependencies:

View File

@ -75,6 +75,7 @@
state: link
owner: root
group: root
follow: false
with_items:
- centos
- ceph-deb-hammer

View File

@ -106,7 +106,7 @@ send_timer nodepool
start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml
send_timer nodepool
send_timer mirror
start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-registry.yaml