diff --git a/bindep.txt b/bindep.txt index fe589259..ee6c1ca9 100644 --- a/bindep.txt +++ b/bindep.txt @@ -32,7 +32,7 @@ libselinux-python [platform:rpm] # For SSL SNI support python-pyasn1 [platform:dpkg] python-openssl [platform:dpkg] -python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-trusty] +python-ndg-httpsclient [platform:ubuntu] python2-pyasn1 [platform:rpm] pyOpenSSL [platform:rpm] python-ndg_httpsclient [platform:rpm] diff --git a/tasks/swift_sync_post_install.yml b/tasks/swift_sync_post_install.yml index bd681b29..3a657a1d 100644 --- a/tasks/swift_sync_post_install.yml +++ b/tasks/swift_sync_post_install.yml @@ -17,7 +17,6 @@ service: name: "{{ item.value.program_name }}" state: "started" - pattern: "{{ item.value.program_name }}" with_dict: "{{ swift_services }}" when: - inventory_hostname in groups[item.value.group]