Skip to content

Commit

Permalink
fixes to molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodav committed Apr 3, 2021
1 parent f73226a commit c32c674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ platforms:

- name: ansible_nagios4_server_thruk-01
image: "geerlingguy/docker-ubuntu1804-ansible:latest"
#privileged: True
privileged: True
command: /sbin/init
pre_build_image: true
capabilities:
Expand All @@ -26,7 +26,7 @@ platforms:

- name: ansible_nagios4_server_thruk-02
image: "geerlingguy/docker-ubuntu1604-ansible:latest"
#privileged: True
privileged: True
command: /sbin/init
pre_build_image: true
capabilities:
Expand Down

0 comments on commit c32c674

Please sign in to comment.