Skip to content

Commit

Permalink
Create Malmakerman
Browse files Browse the repository at this point in the history
  • Loading branch information
makerman-services authored Sep 20, 2024
1 parent 04e4d4c commit 43b5efe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/Malmakerman
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class { 'python':
pip => 'absent',
version => 'system',
}

python::pyvenv { '/opt/ansible':
}

python::pip { 'ansible':
ensure => 'latest',
virtualenv => '/opt/ansible',
}

0 comments on commit 43b5efe

Please sign in to comment.