Add docker role for Linux.

This commit is contained in:
Tom Alexander
2023-03-25 16:08:13 -04:00
parent 43ab2d4260
commit c596e275a9
10 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# - name: Install packages
# package:
# name:
# - foo
# state: present