Skip to content

Commit

Permalink
Merge pull request #12 from maxhoesel/master
Browse files Browse the repository at this point in the history
Update develop from master
  • Loading branch information
maxhoesel authored Oct 22, 2020
2 parents b7d6653 + 3961744 commit e8eac31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: maxhoesel
name: proxmox

# The version of the collection. Must be compatible with semantic versioning
version: 3.0.0
version: 3.1.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
6 changes: 2 additions & 4 deletions molecule/lxc/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
- name: ../../roles/lxc_container
lxccreate_bootstrap: no
lxccreate_ostemplate_download: no
post_tasks:
- name: Wait for containers to start
pause:
seconds: 30

- name: Verify new containers
hosts: custom_containers
remote_user: root
gather_facts: no
tasks:
- name: Wait for containers to start
wait_for_connection:
- name: Verify connection and Ansible execution on containers from ostemplate
setup:

0 comments on commit e8eac31

Please sign in to comment.