#1070 gathering facts get stucked when set to True, not to gather facts about remote host hardware helps with this issue
Merged 4 years ago by frostyx. Opened 4 years ago by schlupov.
copr/ schlupov/copr fix_gathering_facts  into  master

@@ -79,6 +79,8 @@ 

  

  private_key_file=/root/.ssh/id_rsa

  

+ gather_subset = !hardware

+ 

  [paramiko_connection]

  record_host_keys=False

  

no initial comment

This is docker compose up only thing; +1 (otherwise such thing would belong to ansible.git).

Even though the commit message isn't very pretty printed :-), can you please add docker: preffix, and make the first line slightly shorter?

I am confirming, that it fixes the issue.

Even though the commit message isn't very pretty printed :-), can you please add docker: preffix, and make the first line slightly shorter?

I agree with this. The prefix would be nice, otherwise, it doesn't have to be clear, that it is only a docker-compose thing. Don't necessarily cut the message and make it shorter ... long commit messages are helpful, ... you just need to wrap it into multiple lines.

rebased onto 49953b2

4 years ago

I updated the commit message.

Pull-Request has been merged by frostyx

4 years ago
Metadata