Skip to content

Commit

Permalink
make molecule prepare plays lint clean
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 1, 2023
1 parent 8acfcd5 commit b609f73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions roles/capsule_certs_generate/molecule/satellite/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
hosts: all
gather_facts: true
become: true
vars:
foreman_repositories_version: "3.1"
foreman_repositories_katello_version: "4.3"
roles:
- theforeman.operations.foreman_repositories
- role: theforeman.operations.foreman_repositories
vars:
foreman_repositories_version: "3.1"
foreman_repositories_katello_version: "4.3"
- theforeman.operations.puppet_repositories
- fake_installer_rpm
post_tasks:
Expand Down
8 changes: 4 additions & 4 deletions roles/installer/molecule/satellite/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
hosts: all
gather_facts: true
become: true
vars:
foreman_repositories_version: "3.2"
foreman_repositories_katello_version: "4.4"
roles:
- theforeman.operations.puppet_repositories
- role: theforeman.operations.puppet_repositories
vars:
foreman_repositories_version: "3.2"
foreman_repositories_katello_version: "4.4"
- theforeman.operations.foreman_repositories
- fake_installer_rpm
tasks:
Expand Down

0 comments on commit b609f73

Please sign in to comment.