openstack-ansible-lxc_hosts/tasks
Markos Chandras efd03ccda7 Revert "Install SELinux packages asynchronously"
This reverts commit 5085d45d7b.

Installing packages in the background doesn't seem so stable since
sometimes we observe problems like the following one:

==> centos7: TASK [lxc_hosts : Ensure SELinux distro packages have finished installing] *****
==> centos7: FAILED - RETRYING: Ensure SELinux distro packages have finished installing (30 retries left).
==> centos7: FAILED - RETRYING: Ensure SELinux distro packages have finished installing (29 retries left).
==> centos7: FAILED - RETRYING: Ensure SELinux distro packages have finished installing (28 retries left).
==> centos7: FAILED - RETRYING: Ensure SELinux distro packages have finished installing (27 retries left).
==> centos7: FAILED - RETRYING: Ensure SELinux distro packages have finished installing (26 retries left).
==> centos7: FAILED - RETRYING: Ensure SELinux distro packages have finished installing (25 retries left).
...
==> centos7: fatal: [localhost]: FAILED! => {"ansible_job_id": "350629830198.20986", "attempts": 30, "changed": false, "finished": 0, "started": 1}
==> centos7:    to retry, use: --limit @/vagrant/tests/test.retry

As such, lets revert the change and install them in the normal way.

Change-Id: I6e6a890f2fa98e9874597b69e4caf2dfd78182f4
2018-04-23 11:47:46 +01:00
..
lxc_apparmor.yml tasks: lxc_apparmor: Relax the ping profile 2018-03-05 20:03:50 +00:00
lxc_cache.yml Change include: to include_tasks: 2018-02-14 17:23:37 -06:00
lxc_cache_create.yml Merge "Optimize tasks for the container backend if defined" 2018-03-19 18:07:37 +00:00
lxc_cache_preparation.yml Convert lxc_hosts role to use simple download URL 2018-03-21 23:52:53 +00:00
lxc_cache_preparation_systemd_new.yml Convert lxc_hosts role to use simple download URL 2018-03-21 23:52:53 +00:00
lxc_cache_preparation_systemd_old.yml Convert lxc_hosts role to use simple download URL 2018-03-21 23:52:53 +00:00
lxc_cache_prestage.yml Convert lxc_hosts role to use simple download URL 2018-03-21 23:52:53 +00:00
lxc_container_btrfs.yml Update role for efficiency and to make better use modules 2017-11-01 05:15:04 +00:00
lxc_container_lvm.yml Update role for efficiency and to make better use modules 2017-11-01 05:15:04 +00:00
lxc_container_overlayfs.yml Update role for efficiency and to make better use modules 2017-11-01 05:15:04 +00:00
lxc_container_zfs.yml Update role for efficiency and to make better use modules 2017-11-01 05:15:04 +00:00
lxc_install.yml Avoid mixing pip and distribution packages. 2018-04-18 15:42:29 +01:00
lxc_install_apt.yml Change include: to include_tasks: 2018-02-14 17:23:37 -06:00
lxc_install_dnf.yml Add dnf support 2017-08-04 12:38:01 +00:00
lxc_install_yum.yml Revert "Install SELinux packages asynchronously" 2018-04-23 11:47:46 +01:00
lxc_install_zypper.yml SUSE: Determine the build number on the fly 2018-04-19 14:52:18 +01:00
lxc_kernel_tuning.yml Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:44:17 -05:00
lxc_net.yml Fix typo for wait-online service 2018-01-10 07:37:35 -06:00
lxc_post_install.yml Split the container and host variable files 2018-03-21 23:53:12 +00:00
lxc_pre_install.yml Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
lxc_selinux.yml Revert "Install SELinux packages asynchronously" 2018-04-23 11:47:46 +01:00
main.yml Split the container and host variable files 2018-03-21 23:53:12 +00:00