Skip to content

Commit

Permalink
INF-176: Ubuntu needs their package repository to be refreshed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo committed Apr 2, 2020
1 parent 9b213f5 commit 5244179
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ scenario:
- create
- prepare
- converge
#- idempotence # FIXME this can only fail.
- idempotence
- side_effect
- verify
- cleanup
Expand Down
6 changes: 6 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: Update repository information in Ubuntu
apt:
cache_valid_time: 3600
when: ansible_distribution == 'Ubuntu'
changed_when: False

- name: Install strongswan
package:
name:
Expand Down

0 comments on commit 5244179

Please sign in to comment.