Blob Blame History Raw
---
- hosts: localhost
  remote_user: root
  pre_tasks:
    # FIXME: Turn off SELinux until bug is resolved
    # See https://bugzilla.redhat.com/show_bug.cgi?id=1366968
    - selinux:
        state: permissive
        policy: targeted
    - package:  # Install additional dependecies
        name: bind-utils
        state: latest
  roles:
    - role: standard-test-rpm
  tasks:
    - include_tasks: test_socket_activation.yml
    - include_tasks: test_manual_activation.yml