diff options
Diffstat (limited to 'tests/install.yml')
-rw-r--r-- | tests/install.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/install.yml b/tests/install.yml deleted file mode 100644 index 03b9360..0000000 --- a/tests/install.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- hosts: localhost - connection: local - roles: - - { name: lae.travis-lxc } - vars: - host_quantity: 1 - -# Run the following within the containers in the inventory -- hosts: all - tasks: - # Solution for avahi-daemon issue from https://github.com/lxc/lxc/issues/25 - - block: - - name: Install avahi-daemon early on Ubuntu 16 containers - package: - name: avahi-daemon - ignore_errors: True - - name: Remove nproc from avahi-daemon.conf - lineinfile: - dest: /etc/avahi/avahi-daemon.conf - regexp: "^rlimit-nproc=" - state: absent - when: "ansible_distribution_release == 'xenial'" |