kolla-ansible/ansible
Mauricio Lima 7bb88390d8 Fix copying nfs_shares configuration
Using the `when` conditional on a `with_` loop gets evaluated on each
loop iteration and will not skip a task entirely. Use the `skip`
attribute to ignore errors in this scenario but only `skip` when
`enable_cinder_backend_nfs` is not enabled. If it is enabled the
`nfs_shares` file should be required and this task should fail if it
does not exist.

Co-authored-by: Andrew Widdersheim <amwiddersheim@gmail.com>
Change-Id: I6b997dd943efe7b16beb63899c1488fa5353d996
Closes-Bug: #1641183
2016-11-11 14:33:26 -05:00
..
action_plugins Ansible2.0 changes: ansible_ssh_user to ansible_user 2016-10-20 17:09:22 +08:00
group_vars Merge "Allow cinder-volume to be configured to use NFS" 2016-11-11 16:58:30 +00:00
inventory Merge "Move manila-share service to network node" 2016-11-11 13:06:22 +00:00
library Corrects typo "requried" in kolla_docker.py 2016-11-09 15:18:22 +05:30
roles Fix copying nfs_shares configuration 2016-11-11 14:33:26 -05:00
bifrost.yml add bifrost deploy ansible support 2016-08-31 13:11:59 +00:00
certificates.yml Add Ansible scripts to generate TLS certificates for testing 2016-02-26 14:09:31 -05:00
destroy.yml Change cleanup to destroy as cleanup is a misnomer 2016-08-08 13:37:10 -04:00
kolla-host.yml add baremetal role to install kolla deps. 2016-08-10 16:03:08 +00:00
mariadb_recovery.yml MariaDB lights out recovery 2016-03-16 15:53:44 +00:00
post-deploy.yml Create openrc file on the deploy node 2015-11-23 17:02:54 -05:00
site.yml Merge "Add manila-data service" 2016-11-03 12:25:33 +00:00