mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Identify task module names from modules list
This commit is contained in:
parent
a71d1109a8
commit
02ab635fe7
10 changed files with 361 additions and 194 deletions
|
@ -85,7 +85,7 @@ def play_vars():
|
|||
|
||||
def role_vars():
|
||||
parser.add_argument('--playbook_path', help='Test Playbook path for role - usually role/tests/test.yml', required=True)
|
||||
parser.add_argument('--vault_password_file', help='Vault password file - usually role/tests/test.yml', required=True)
|
||||
parser.add_argument('--vault_password_file', help='Vault password file - usually role/tests/test.yml')
|
||||
args = parser.parse_args()
|
||||
|
||||
variable_manager = VariableManager()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue